Divide et impera |
|
[2 replies] Last: https://en.wikipedia.org/wiki/Divide_and_conquer_algorithm (by closed account 48T7M4Gy)
|
by seungyeon
how do i let the user input with a loop?
|
|
[2 replies] Last: //how do i position the address to b after a is done the name of a v... (by gunnerfunner)
|
by MisterTams
How to properly read from a file using a for loop until end of file?
|
|
[2 replies] Last: Hi, Put the read operation and the size condition both into the while... (by TheIdeasMan)
|
by landlord2017
what is return a=true?
|
|
[6 replies] Last: [quote=ne555]I don't. Surely you may do return a; I think the OP me... (by boost lexical cast)
|
by jokerren
Memory Cost Comparison
|
|
[3 replies] Last: The question is moot; the two options are very different in terms of f... (by JLBorges)
|
by Icyblizz
Sorting an array of struct objects
|
|
[6 replies] Last: I understand now, so when I use the delete f_new , I delete the arra... (by Icyblizz)
|
by pdgaming
How to output after a certain amount of iterations in a for loop
|
|
[3 replies] Last: of nothing. bye (by ar2007)
|
by Okitraz1986
Singly Linked List, cannot search and add functions don't work
|
|
[2 replies] Last: Yes Thank you for that, I'm still learning the ropes, but did make tha... (by Okitraz1986)
|
by PCP63
Need Help Parsing Text File, WAY Over My Head
|
|
[1 reply] : In the program below I've used struct Login to read the file – since... (by gunnerfunner)
|
by uglybetty
Button handler
|
|
[2 replies] Last: Thank you for your response! (by uglybetty)
|
by uglybetty
Errors in Microsoft Visual C++ 2010
|
|
[2 replies] Last: Solved! Thanks for your response Thomas1965. Apparently dirent.h does... (by uglybetty)
|
by paulpaul
Problems dealing with a grading program
|
|
[14 replies] Last: Hello paulpaul, Sorry for the delay. My internet access has been a pr... (by Handy Andy)
|
by coll23
Inputing Values for Length and Width?
|
|
[1 reply] : Line 8-9: What is the purpose of x and y? And why are they public? ... (by AbstractionAnon)
|
by jusurb
Error with class array
|
|
[2 replies] Last: Hello jusurb, You should compile you program before posting it and tr... (by Handy Andy)
|
by Hanif
struct array .. Read file from file
|
|
[1 reply] : don't double-post and the same applies as here: http://www.cplusplus.... (by gunnerfunner)
|
by uglybetty
Button Handler
|
|
[3 replies] Last: I have solve my problem. I just add the function call under the functi... (by uglybetty)
|
Making output nicer |
|
[1 reply] : Yes you can do that by removing most of the newlines "\n". You only wa... (by Peter87)
|
by sr13579
How to find substring(upper or lower) in a Sentance?
|
|
[6 replies] Last: Basic: #include <iostream> #include <string> using namespace std; bo... (by lastchance)
|
by esokoletsky
Printing 5 values per line
|
|
[8 replies] Last: This is an error in C++ (though it is allowed in C99); a conforming co... (by JLBorges)
|
by SotGeo
searches an array[50]
|
|
[1 reply] : Have you learned about linear search or binary search? The link could ... (by chicofeo)
|