Array problems |
|
[4 replies] Last: const int NUM_GRADES = 10; is preferred to magic numbers, notice ... (by lawfreak)
|
by lukak
friend problem
|
|
[6 replies] Last: Thank you for your trouble, reps where helpful....I will try to find a... (by lukak)
|
by minuswhale
Beginner's Program Debugging + File Output
|
|
[2 replies] Last: Problem 1: The problem is the while(repeat); statement on line 120. ... (by m4ster r0shi)
|
by TpOreilly
Quick parameters question
|
|
[1 reply] : Is there main purpose to be used to pass different values to a functio... (by TpOreilly)
|
by zainkool
Trouble with Hangman Game program
|
|
[no replies]
|
by Frosty360
Meta Data
|
|
[1 reply] : Try passing a reference to read: binaryFile.read(reinterpret_cast<ch... (by naraku9333)
|
by lawfreak
array of objects, no default constructor
|
|
[6 replies] Last: Yes. (by jsmith)
|
by TpOreilly
WinMain() (1,2)
|
|
[39 replies] Last: Ive started a new thread for the previous question: http://cplusplu... (by TpOreilly)
|
by joe501
Beginner: counting number of vowels; program not working properly.
|
|
[4 replies] Last: Many Thanks. My problem is solved. ;-) (by joe501)
|
by jimmy5023
Printing
|
|
[3 replies] Last: I mean it's the wrong expression, off by one. Here's how to do it: ... (by filipe)
|
by sakurisa
Rock-Paper-Scissors
|
|
[7 replies] Last: Lol. Loose. Yeah, I'll change that. And as for "paper disproves spo... (by sakurisa)
|
by Smitty
Finished Code. Can someone verify that is it working?
|
|
[6 replies] Last: ahhh thanks for quenching my lust for the knowledge of the planets =... (by ultifinitus)
|
by unbekant
boost::variant and boost::recursive wrapper issue
|
|
[6 replies] Last: Yes. Boost has become a good stress test for compilers :) (by jsmith)
|
by gberg927
Initializer specified for static member
|
|
[3 replies] Last: (Totally aside from the real problem, consider either not providing a ... (by jsmith)
|
buffer overrun in release build |
|
[2 replies] Last: My understanding is that the debug build will initialise the variables... (by Zaita)
|
by jimmy5023
Converting.
|
|
[5 replies] Last: cin.good() checks whether cin is in a good state which means that you ... (by Bazzy)
|
by tonystark
output errors
|
|
[1 reply] : Looks like you C strings are not NUL terminated. (by PanGalactic)
|
by julof26
resize console
|
|
[2 replies] Last: ok thx Im going to try :) (by julof26)
|
by gberg927
"ISO C++ forbids initialization of member" error
|
|
[1 reply] : Initialize your members in the constructor, preferably in its initiali... (by moorecm)
|
Problem with Making a Matrix |
|
[1 reply] : Do you have ElementCount declared somewhere else? (by jsmith)
|