by calvinlam411
Can someone explain this code's logic for me?
|
|
[2 replies] Last: The variable n keeps track of the highest value the loop has encounter... (by Peter87)
|
by Day Vide
Need an explanation
|
|
[2 replies] Last: Ah lol, my bad Thanks (by Day Vide)
|
by Bukk
C++ list iterators incompatible error
|
|
[no replies]
|
by ninjachachi
Find which distance is bigger out of two inputs
|
|
[7 replies] Last: Everyone thanks for the help! I got it to work taking all of your advi... (by ninjachachi)
|
by lubaez
Word Guessing Game C Programming
|
|
[1 reply] : char phrase[18 + 1] = "these lovely bones"; //[18+1] don't forget th... (by thereare10typesofpeople)
|
by spax1111111
why is this not working i get a problem with the "=="?
|
|
[5 replies] Last: thank you very much (by spax1111111)
|
by nadouglas1
-nan(ind) and not showing sentinel in .txt?
|
|
[no replies]
|
by pinky997
Fill in missing functions?
|
|
[4 replies] Last: You have declared operator- wrong. When you subtract two dates, you do... (by dhayden)
|
by Harutyun
Doesn't seem to work for no reason
|
|
[3 replies] Last: Oh my god thank you this language is horrifying for me. (by Harutyun)
|
by markusfurst
Encrypt and decrypt using rot13 and rot7
|
|
[no replies]
|
by Gouki
Help with this code
|
|
[1 reply] : From where you have this? That's a nice exercise testing if someone un... (by nuderobmonkey)
|
by aylmao122
'Else' without a previous if
|
|
[4 replies] Last: #include <iostream> using namespace std; int main() { int a; a... (by Shahrukhx04)
|
by markusfurst
Replace
|
|
[3 replies] Last: Thank you Andy! (by markusfurst)
|
by W3rjg
Storing three names and their batting averages.
|
|
[1 reply] : Make p an array: Players p ; ... getPlayersAverage(&p ); ... printP... (by coder777)
|
Class Program Issue |
|
[1 reply] : How come the counters are not being increased by the rating in my obj... (by coder777)
|
by SkarFaceT9
array displaying address instead of double
|
|
[3 replies] Last: An array is actually a pointer Actually, it's not. An array has an ... (by andywestken)
|
by roots
Choosing a string from array of strings
|
|
[7 replies] Last: If you use a ranged-based for loop you do not need to know the size of... (by boost lexical cast)
|
by Carter205
Reading in from file to list<string>?
|
|
[5 replies] Last: That error means that iFile.open() returns void (that means nothing), ... (by nuderobmonkey)
|
by seungyeon
palindrome help please
|
|
[1 reply] : Duplicate: http://www.cplusplus.com/forum/beginner/202570/ Anyways... (by boost lexical cast)
|
by seungyeon
array help, i dont understand anything (1,2)
|
|
[21 replies] Last: Compiled and tested: #include <iostream> #include <string> #inclu... (by boost lexical cast)
|