by btkircher
Switch statement used correctly?
|
|
[4 replies] Last: Actually using a char array was just a way to not need that space in b... (by newbieg)
|
by laurenzaj
<< Operand problems
|
|
[2 replies] Last: line 71 and 30: redundant semicolons (by bandicoot360)
|
by joemolot
FindWindow() -- What is wrong with my code?
|
|
[4 replies] Last: OK, I'll try out the solutions you guys suggested, thanks for the help... (by joemolot)
|
by JESSEJJ89
Is C++ compiling any different than on Ubuntu ?
|
|
[1 reply] : Cygwin would give you a Linux-like environment on Windows. http://www.... (by JLBorges)
|
by bruntmjust
Help with Summation program!
|
|
[12 replies] Last: Both are really good codes! Thank you both for your help! Cire, this c... (by bruntmjust)
|
by colem
cout from array problem
|
|
[1 reply] : Check carefully your for loop conditions. Also...holy crap! What's up... (by firedraco)
|
by DuckkTV
Need help with Allegro!!
|
|
[no replies]
|
by guatemala007
Decimal to Hexadecimal converter
|
|
[16 replies] Last: Thanks Chervil ! (by klutzslouch)
|
Scanning a *.txt file line by line and checking compatability |
|
[3 replies] Last: #include <fstream> #include <iostream> #include <vector> #include <i... (by Lowest0ne)
|
by Niven
Getting Input in SDL
|
|
[3 replies] Last: No, I had not. Thanks, it seems to be working now (by Niven)
|
by jrb11290
Bank Account Problem. Converting a UML diagram to code.
|
|
[4 replies] Last: It's kind of rudimentary in terms of how an account is represented (I ... (by randisking)
|
by JBIRD304
Getline problem
|
|
[10 replies] Last: HAHA Ahhh I get the drift now. Thank you again! (by JBIRD304)
|
by AeneasDaedri
Close a Repeating Main Function
|
|
[16 replies] Last: Ok cool. I just set the parameters to accept with upper or lowercase :... (by AeneasDaedri)
|
by halamaker
Help with c++ homework?
|
|
[2 replies] Last: Ah!!! it works!!! Thank you thank you thank you!!! (by halamaker)
|
by gamer541
Vector of Structs
|
|
[1 reply] : //Push_back() with an empty struct. //Can't edit a vector with nothin... (by Lynx876)
|
by sean903
2 dimensional array
|
|
[5 replies] Last: Oh ok, thanks! Everyone's answer helped. Just have to re-familiarize m... (by sean903)
|
by JakOrp
Do while loop problem
|
|
[2 replies] Last: Solved (by JakOrp)
|
by mekkatorqu
Explanation of function
|
|
[6 replies] Last: I never said he did not (by mekkatorqu)
|