by Outlaw782
Should I use getters and setters, or just use a constructor?
|
|
[1 reply] : Constructors are used so that an object is (in most cases) in a usable... (by Ganado)
|
by nanor00
Doesn't read cin inside while loop
|
|
[3 replies] Last: Changing it into a string worked, thanks!!! (by nanor00)
|
by cnj3
Print a string in reverse order using cout
|
|
[4 replies] Last: Yes! I got it! I was making it way too complicated. Thank you both so... (by cnj3)
|
by mchillington
C2. Functions with variable number of arguments
|
|
[no replies]
|
by HellfireXP
Text Parsing Error
|
|
[1 reply] : The second parameter to substr: http://www.cplusplus.com/reference/str... (by keskiverto)
|
by holy9ner
Animate issue
|
|
[no replies]
|
by keanedawg
Why can a char * be assigned to a string?
|
|
[6 replies] Last: Okay, fixed. It'll still cause abnormal termination, and shouldn't be ... (by Duthomhas)
|
Char to ASCII value program |
|
[3 replies] Last: I think I figured it out. I should have done if(48<=letter && letter<... (by funprogrammer)
|
by Deanmar
input user his/her grade
|
|
[1 reply] : What you probably want is to make display an array. Also, never tes... (by kbw)
|
by holy9ner
Animation and Warning not error for value return question
|
|
[5 replies] Last: What I mean by that is, I want all the moves to continue to be shown, ... (by holy9ner)
|
by Outlaw782
Does this program look effective?
|
|
[5 replies] Last: Rep around here is gained and lost through arguments in the Lounge. Do... (by booradley60)
|
by kmimken
Searching for a string
|
|
[1 reply] : Open input file Open output file Read line from input file Compare to ... (by MiiNiPaa)
|
by brachburton1
Another Plinko program problem - error when input is not a number
|
|
[1 reply] : Fixed it. I was just missing a cin.fail code in a necessary spot. (by brachburton1)
|
by Kew
How to convert data type int to char?
|
|
[4 replies] Last: Look like i have a long way to go.... there are a lot of function and ... (by Kew)
|
by Bogeyman
SFML - Statically Linking Libraries (1,2)
|
|
[22 replies] Last: I can't find any more information on deleting user made templates so i... (by Bogeyman)
|
Calculator program mode input problem. |
|
[4 replies] Last: Ah, that would explain it, I tried using "m" but that threw up some er... (by A Space Ostrich)
|
by jgreenwo13
Trouble with searching for strings in code
|
|
[4 replies] Last: Thanks so much my program finally works. (by jgreenwo13)
|
by Enot02
An error
|
|
[18 replies] Last: Oh no, I need hex symbols. How to attach them? (by Enot02)
|
by bestie86
Program compiles but crashes
|
|
[2 replies] Last: Actually, line 29 needs to be as it is -- while(last->link != NULL)... (by andywestken)
|
by phztfte1
Use of cin to enter value pairs into STL map
|
|
[10 replies] Last: Thank you very much, JLBorges. (by phztfte1)
|