|
by ozza
Runtime Error
|
|
|
|
[10 replies] Last: Once again, solved. Just removed the entire else if(!isprint(c)){ ... (by ozza)
|
| How can I find the largest number in loops? (1,2,3) |
|
|
|
[43 replies] Last: @ Volatile: I'm no kid.... Well I'm a teenager.... Most of your post h... (by DetectiveRawr)
|
|
by BroncoAG
Blackjack Game help
|
|
|
|
[8 replies] Last: The reason it is printing 00 is because you are printing the face valu... (by James2250)
|
|
by chief
stumped about getline
|
|
|
|
[7 replies] Last: cin.clear() never clears the buffer. All it does it clear any errors t... (by firedraco)
|
|
by algoRichard
array jibberish
|
|
|
|
[3 replies] Last: Greatly appreciate your help, the both of you! Program works efficient... (by algoRichard)
|
|
by derekn12
Modifiable expression error?!
|
|
|
|
[6 replies] Last: Because of what was stated before, you need to remove the semicolo, ';... (by Volatile Pulse)
|
|
by werd1002
If problem
|
|
|
|
[3 replies] Last: What about the call to main(). Very bad news. The if in function end... (by TheIdeasMan)
|
|
by ryanvkeller
While loop broken?
|
|
|
|
[2 replies] Last: Oh... how embarassing.... (by ryanvkeller)
|
|
by johnny92
how to check if number is integer?
|
|
|
|
[16 replies] Last: I like to use something like this: #include <iostream> #include <ss... (by MetalMilitia)
|
|
by codaraxis
Alternative to Make?
|
|
|
|
[14 replies] Last: moorecm: The difference is that the use of spaces is a personal prefer... (by codaraxis)
|
|
by xChapx
What do i need to make a 2d simple game
|
|
|
|
[1 reply] : You'll need a library like SFML, SDL, etc. I recommend SFML: http://s... (by firedraco)
|
|
by ryan waltz
cant figure out how to stop my do while.
|
|
|
|
[4 replies] Last: works thanks very much had a sub in this unit and he didnt teach us an... (by ryan waltz)
|
|
by kaseron
Code::Blocks
|
|
|
|
[4 replies] Last: More than likely it's just a bad installer. I'm not 100% sure what you... (by Volatile Pulse)
|
|
by Zerpent
What does cout << cin.get() ; do?
|
|
|
|
[6 replies] Last: Yes, it worked. Thanks so much for the help. (by Zerpent)
|
|
by h4344
Where can you learn to program with the Windows API?
|
|
|
|
[8 replies] Last: Alright. I guess I was just curious =) (by Disch)
|
|
by LaC0saNostra
Sorting Netpay Using Array of Pointers?
|
|
|
|
[12 replies] Last: #include <iostream> #include<fstream>//file input output stream using... (by LaC0saNostra)
|
|
by snaxpax
What do these mean
|
|
|
|
[2 replies] Last: ty thats perfect <3 you! (by snaxpax)
|
|
by Gorlash
new confusion spawned by -Weffc++
|
|
|
|
[3 replies] Last: Note that in C++11, this is now the preferred way to "delete" a functi... (by Athar)
|
|
by ma21212
Loop program to start from top again
|
|
|
|
[3 replies] Last: you also miss } at line 57 (by gelatine)
|
|
by CosminNTG
Simple problem
|
|
|
|
[6 replies] Last: That's right! It works perfectly! Thank you everybody! (by CosminNTG)
|