by chrisname
Improving my (hopefully) cross-platform Sleep function:
|
|
[4 replies] Last: Ah, well, I had a good attempt at it. I'll have a look at how the W... (by chrisname)
|
by shankman2k9
creating grade array
|
|
[1 reply] : Your code should like that: ...... examscore = 10; examscore = 20... (by a20365354)
|
by therefore
Why can't you add two string literals?
|
|
[4 replies] Last: Of course! The bulb finally lights! The bottom line: "You cannot overl... (by therefore)
|
by honeykimmie
ASCI code in array
|
|
[4 replies] Last: ok..i'll try to do it..thanks.. (by honeykimmie)
|
by StopComps
Billy isnt making sense (tutorial question, arrays)
|
|
[2 replies] Last: Ohhhhh I see, thanks so much :D (by StopComps)
|
by chowno1
Reading a matrix from a file
|
|
[1 reply] : Try to add matrixFile.clear() which sets the file stream state to go... (by Bazzy)
|
by Metruzero
#include <iostream>
|
|
[17 replies] Last: Didn't I post you this link already? http://www.netbeans.org/community... (by Bazzy)
|
by mcleano
general question about good/poor code practice
|
|
[3 replies] Last: Ok to be more specific: while(fighter1.get_health()>0 && fighter... (by mcleano)
|
by chrisben
question on constructor from tutorial
|
|
[2 replies] Last: crystal clear. thank you very much (by chrisben)
|
by huitlacoche
incremental operation issues
|
|
[2 replies] Last: Ah, I completely forgot how that worked. Thanks for clarifying! ~ma... (by huitlacoche)
|
by mcleano
integer condtion in while loop
|
|
[9 replies] Last: Thanks for the help guys! And I appreciate you not just giving me the ... (by mcleano)
|
by luckycusp
PI - Constant
|
|
[3 replies] Last: Wow, you're right. And not in C either! (by kbw)
|
How long until I can start making "games"? |
|
[10 replies] Last: You can do simple board games like tick-tack-toe, checkers or backgamm... (by kbw)
|
by Metruzero
I can't find these files.
|
|
[9 replies] Last: Well, I got the compiler working but i still dont know where to get th... (by Metruzero)
|
by MYST
Rand() issue
|
|
[3 replies] Last: Thank you johnkravetzki. Worked perfectly. I put that line in above... (by MYST)
|
by boon
Pointers/Structures/Arrays and Functions AAAAH
|
|
[1 reply] : When I write the definition for this function and I try to write to t... (by Disch)
|
by therefore
passing signed char as argument to function's char& failing
|
|
[2 replies] Last: Is this for the sake of portability? In other words, isn't the rule be... (by therefore)
|
by hadoque
Populating array of objects in compact fashion
|
|
[4 replies] Last: Ok, thanks a lot for the advice , and the quick answer! (by hadoque)
|
C++ exercises |
|
[2 replies] Last: Thank you very much. I'm gonna work in these. (by stormqueen1990)
|
by Chicken
Finding 2 Kings in the Chess Game
|
|
[6 replies] Last: cannot move without entering check = stalemate (tie) cannot move with... (by Disch)
|