How can do a default constructor that will ask for a name to be entered from the keyboard and stores it? |
|
[2 replies] Last: The maximum number of test scores is 5 and isstored in the class da... (by dhayden)
|
by Kman
Deep copy of a list?
|
|
[13 replies] Last: It doesn't matter where I add it, so the end would be fine. Length is ... (by Kman)
|
by steven8
problem with converting base code
|
|
[1 reply] : It sounds like your unsigned long is 32 bits, which has room for only ... (by dhayden)
|
by tomtran3110
Operator== overloading
|
|
[3 replies] Last: @ iHutch105 : Your op== is a member of Log. A member has no need for g... (by keskiverto)
|
by bPrice
What does "buffer" mean?
|
|
[1 reply] : It is like your wallet. You can put money into wallet. The wallet cann... (by keskiverto)
|
by bittersweet
Enigma: A cipher program
|
|
[1 reply] : What do you need help with? (by chicofeo)
|
by fbgm999
Merging two files and the output is in order.
|
|
[no replies]
|
by tehHuzzlenut
Printing the Size of Vector String Elements
|
|
[2 replies] Last: Yes! It worked! Thank you so much. Oddly enough I used that same synta... (by tehHuzzlenut)
|
by aqualaguna
hi why cerr make my program so slow?
|
|
[1 reply] : > cerr is very slow due to having no buffer? std::cerr does have a ... (by JLBorges)
|
by aerichsen
Trying to exit my program after a "while"
|
|
[2 replies] Last: thanks (by aerichsen)
|
by chang123
Inverted pyramid help
|
|
[1 reply] : 9 8 7 6 5 4 3 2 1 2 3 4 5 6 7 8 9 ... (by chang123)
|
Losing input stream? |
|
[no replies]
|
by CSgo
Nested Loops - Help!
|
|
[no replies]
|
by Tonlee
An easy question
|
|
[1 reply] : > but the parameter here requires to be function object See how it is ... (by ne555)
|
by smctech
Any advice on cleaning up my program
|
|
[2 replies] Last: Hi, The main program asks for a number to calculate primes until a gi... (by TheIdeasMan)
|
Why does my code not handle negative numbers for reversing? |
|
[4 replies] Last: I changed it to something that works with negative or positive, but do... (by JoshuaStudent)
|
by marrom
No output window
|
|
[3 replies] Last: First press F9 to compile. If that is successful, press F10 to run the... (by Chervil)
|
by vaultDweller
Why is my program crashing/segmentation faulting?
|
|
[9 replies] Last: Ok Ill try that. It would appear that it crashes during that. (by vaultDweller)
|
by b29hockey
Problems with vector sort
|
|
[2 replies] Last: Sorry! line 16 (for loop) was not supposed to be in there, that was fr... (by b29hockey)
|
by Otomai
Mad Libs Game Help
|
|
[no replies]
|