by EnHo
difrent between c& and c*
|
|
[6 replies] Last: Consider this: int *p; // p is a pointer to int int x = 0; // x is an... (by tipaye)
|
by Kuro Neko
Tic Tac Toe project
|
|
[no replies]
|
by ChrizWar
Substitute cin with "getline" when storing values for operation.
|
|
[7 replies] Last: I just want to warn you, stringstream constructor is painfully slow. I... (by MiiNiPaa)
|
copy constructor |
|
[7 replies] Last: @MiiNiPaa thanks a lot for the insight, so that means i should retain ... (by closed account SECMoG1T)
|
by OmegaRed1190
Grid
|
|
[1 reply] : You want AND && not a comma in your "if...else..." checks.... (by Computergeek01)
|
by Dkob1
Switch Statement to make Menu
|
|
[12 replies] Last: @Jaybob: I'm trying not to give out direct solutions. =/ How is he ... (by Disch)
|
by duri93
Class inheritance and function overloading
|
|
[3 replies] Last: A nice succinct explanation here: http://www.tutorialspoint.com/cplusp... (by mutexe)
|
by Opera
How to print text in multiple rows and columns?
|
|
[2 replies] Last: Thank you so much for the help MiiNiPaa. I thought that I had to strug... (by Opera)
|
by lrg52595
Mean using For loop
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/91285/ (by rafae11)
|
by GOPI56
Help Me,My Program is not working.
|
|
[1 reply] : But the program is not working Can you expand on this a little?? ed... (by mutexe)
|
by cisco ceja
Beginner, Bool in header file?
|
|
[1 reply] : Functions certainly can be defined in header files. The only thing I ... (by Disch)
|
by etrusks
rice on chess table // long double way too small
|
|
[1 reply] : Whoops sry for this i see that i didnt change int rice to long d... (by etrusks)
|
by captSlo87
nested for loops
|
|
[2 replies] Last: oh my god! thank you! (by captSlo87)
|
by agamatr
How to read in strings into multiple arrays
|
|
[2 replies] Last: Yes that's what i needed thank you! (by agamatr)
|
by popa6200
recursive functions?
|
|
[3 replies] Last: It's easy to forget the base case of a recursive function as you have ... (by dhayden)
|
by Akion94
Need help with Switch Statement!
|
|
[3 replies] Last: bool invalidInput;// true if input is invalid, false otherwise I fin... (by dhayden)
|
by zyhro
Loop statement
|
|
[1 reply] : What do you know about those loops? http://www.cplusplus.com/doc/tutor... (by keskiverto)
|
by justhappy
Hello c++ people!
|
|
[1 reply] : Many people are here to help. Create a thread on your homework proble... (by closed account D80DSL3A)
|
by kurno
formatting
|
|
[no replies]
|
by srwilton
Returning value to pointer argument
|
|
[2 replies] Last: So much sense! You are the man! Thank you! (by srwilton)
|