by cjzheng
Getting user input
|
|
[5 replies] Last: Thanks (by cjzheng)
|
by nimsaj05
how to put high scores in a c++ game?
|
|
[3 replies] Last: See http://www.cplusplus.com/doc/tutorial/classes.html fro more on Cla... (by Faldrax)
|
by tdigdug
ISO C++ forbids comparison between pointer and integer
|
|
[2 replies] Last: Please use [ code ] tags. You should compile with all warnings en... (by Duthomhas)
|
by alexcook
i need something to not make my program not close right after i run it
|
|
[1 reply] : Have a look at this thread, this problem has been discussed at length ... (by bnbertha)
|
by Sandstorm
Trying to make a VERY basic cipher program
|
|
[10 replies] Last: ....and endl flushes the buffer and puts in a new line. Flushing th... (by bnbertha)
|
by gsingh2011
Program is giving wrong values!!!
|
|
[3 replies] Last: Sorry, I didn't actually read the code very carefully because I had ju... (by Duthomhas)
|
by zourlas
expression without initialization
|
|
[10 replies] Last: http://www.cplusplus.com/forum/articles/2473/ I have made a small p... (by Zaita)
|
by gsingh2011
Switch statement not working
|
|
[6 replies] Last: First of all single letters are stored in a char variable type which... (by bnbertha)
|
by belsimo
Trouble with array
|
|
[3 replies] Last: Your best approach would be to use a map to achieve this. e.g. ... (by Zaita)
|
by bradleyd
passing array element to switch
|
|
[3 replies] Last: Wow, fast! It occurs to me that I didn't actually answer your quest... (by Duthomhas)
|
by Silvah
Accessor Methods w/undeclared identifier error
|
|
[2 replies] Last: Thx for the reply Faldrax. I thought I tried that before but maybe i... (by Silvah)
|
by glmingsii
Class project
|
|
[11 replies] Last: Any chance you could edit the post with the code in to format it ? Pu... (by Faldrax)
|
by chosen1
drawing problem
|
|
[1 reply] : In previouse posts you had a single function with a switch statement, ... (by closed account z05DSL3A)
|
by Venged
Any idea's on a program?
|
|
[6 replies] Last: +1 for Sudoku Solver. It's a good project a beginner could do. (by Zaita)
|
by QWERTYman
How to append output to prev. output?
|
|
[9 replies] Last: Heh heh, messing up is part of the learning process. Just keep regular... (by Duthomhas)
|
by chosen1
hangman game drawing
|
|
[3 replies] Last: the game works, now i just need to know how i should loop to get the d... (by chosen1)
|
by chosen1
hangman game problem
|
|
[4 replies] Last: Use a loop. (by Duthomhas)
|
by enduser000
Question about overloading operators
|
|
[7 replies] Last: Yep. :-) (by Duthomhas)
|
by DiZasteR
Exit y/n coding (1,2)
|
|
[27 replies] Last: One post at a time. :0) All the best threads unravel to reveal som... (by closed account z05DSL3A)
|
by Venged
what is wrong with this code?
|
|
[4 replies] Last: That code looks frighteningly similar to one of the tutorial videos on... (by QWERTYman)
|