by Magikarp3
Jumble Game I am working on If/Else Statement Problems
|
|
[3 replies] Last: You still need the opening brace after the If statements. I just forma... (by wildblue)
|
Reading from a file |
|
[2 replies] Last: Thanks! (by heyyouyesyouiloveyou)
|
by Raspb3rry14
Do-While Loop HELP!!!!
|
|
[1 reply] : Add cin.sync(); on line 35. This will make sure anything remaining in ... (by Mats)
|
by Magikarp3
I need help with Strings! Thanks in advance!
|
|
[1 reply] : The compiler assumes that bathtub is the identifier (name) of a variab... (by xismn)
|
by ASCII14
Graphics
|
|
[2 replies] Last: There are tons of libraries for graphics, one of which you'll have to ... (by Austin J)
|
by collumsr
looping help
|
|
[4 replies] Last: actually yes lol (by collumsr)
|
by eesahee
Trouble with Functions
|
|
[5 replies] Last: thank you jaybob that did it. I was trying to do something very compli... (by eesahee)
|
Junior competition question |
|
[1 reply] : all your if statements are causing the problem. The first if statement... (by Smac89)
|
by mlor3
How to update while loop until its correct?
|
|
[3 replies] Last: // Get the desired number of steps; remember error checking for (bool... (by Smac89)
|
by blazemadej
Grading Program Using Functions
|
|
[3 replies] Last: Thank you for your help, I was so close. I did not realize you could l... (by blazemadej)
|
by leo255
C Programming: Problem with my do-while loop (infinite loops/seg faults)
|
|
[1 reply] : Seems like I forgot to put &userInput on line 52. Last questi... (by leo255)
|
Help with sentinel-controlled loop/switch! |
|
[6 replies] Last: Hmm I might just try again from scratch. Have to finish this in 1 hour... (by GaryTheChallenger)
|
by tcan618
String to Integer
|
|
[1 reply] : http://www.cplusplus.com/reference/string/stoi/?kw=stoi (by Yanson)
|
by theperson
Friendship not recognized. Getting cannot access private member in class 'Account'
|
|
[13 replies] Last: Thanks very much for the detailed response. I hadn't even thought of d... (by theperson)
|
by twewm
Writing a sort function.
|
|
[1 reply] : On line 5, you have i<vect.size()-1; instead of j < vect.size()-1; ... (by long double main)
|
by unsensible
Binary Tree Question
|
|
[1 reply] : Nevermind it works now. It was an issue with my operator overloading f... (by unsensible)
|
by blazemadej
Program that Grades Using Functions
|
|
[1 reply] : The instructions seem pretty clear and, based on your program, you see... (by unsensible)
|
by tcan618
int check
|
|
[1 reply] : There are numerous ways to do this but here is one method: Loop while ... (by giblit)
|
by Alerion
How do you call inputted information to another line?
|
|
[2 replies] Last: Integers cannot hold names. Here is a working example of what you want... (by closed account N36fSL3A)
|
by Alerion
Copying inputted information?
|
|
[1 reply] : Just as you were outputting your strings to prompt the user for inform... (by Zhuge)
|