by irkzuptang
Aiport Ticketing
|
|
[2 replies] Last: For all user input before asking First Name you use cin>> then when ... (by vin)
|
by Shala
Expected qualified-id error in Xcode
|
|
[1 reply] : Very often with error messages of this kind, the actual error is in so... (by Chervil)
|
Compilers |
|
[9 replies] Last: hey hi friends there is also an online compiler that you can do progra... (by khiyara)
|
by johnakaagila
Writing in Do-While loop & using 2 dimentional Arrays
|
|
[2 replies] Last: the link wont work :/ the whole website wont even load, i think it ma... (by johnakaagila)
|
by sarahkaren
problem with conditional printing through prototype
|
|
[1 reply] : try using the and ( && ) logical operator instead of or on some of ... (by nvrmnd)
|
by Rajkarthick
Passing varg to another function
|
|
[no replies]
|
by sarahkaren
Homework help
|
|
[2 replies] Last: Thank you so much for your help (by sarahkaren)
|
by jheard901
How to Copy a Char Array into another Char Array
|
|
[5 replies] Last: Glad you got it working. Just one comment, on style rather than cont... (by Chervil)
|
by juskeating
Hw help! parallelogram and diamond
|
|
[8 replies] Last: Try with std::setfill(). http://www.cplusplus.com/reference/iomanip... (by condor)
|
by Donna
txt file
|
|
[2 replies] Last: If you write an algorithm. I will help you write the program (by Bdanielz)
|
by irkzuptang
Problem With Cin Getline For Spaces
|
|
[1 reply] : You probably have a newline left hanging around in the stream from a p... (by cire)
|
by monacorona
survery program not printing results
|
|
[2 replies] Last: The first problem is you initialize again your variables at line 23: ... (by nvrmnd)
|
by monacorona
no compiler errors, but no place for input
|
|
[2 replies] Last: Fixed it, thanks! #include <iostream> #include <iomanip> using names... (by monacorona)
|
by KevinnTCG
Looking for a good tutorial.
|
|
[1 reply] : Look on YT for Rachel J Morris. She actually has a good website as wel... (by Hambone)
|
by NakidHoboe
Theater Reservation Assignment Help
|
|
[5 replies] Last: You can't just remove the new and expect to have it work. Those entire... (by firedraco)
|
by enz0
Set precision???
|
|
[5 replies] Last: You're welcome! ;) (by condor)
|
by nader1993
series problem
|
|
[1 reply] : You have a series defined recursively by: S 0 = 1 S 1 = 2 And for al... (by Zhuge)
|
by dp13
regeneration of already generated randoms?
|
|
[1 reply] : The first thing I would do is move the random seed to the first line i... (by admkrk)
|
by Ch1156
Using getters and setters vs friend and others
|
|
[no replies]
|
by admkrk
Alternative to if, else if statements
|
|
[no replies]
|