by Brad Cole
Help with Texted Based game.
|
|
[3 replies] Last: Even though some people on this forum seems to hate console games, the... (by Stupebrett)
|
by fergymyne
project
|
|
[9 replies] Last: Read the documentation and discover what the name of the function is i... (by Moschops)
|
by abby11
Nested For Loop Problem with String
|
|
[1 reply] : getline (cin, line) Stores the entire line of input in the line vari... (by AndroidZ)
|
by mzimmers
initializing objects in a constructor
|
|
[15 replies] Last: Hey, SIK: thanks for putting so much work into this. What you have abo... (by mzimmers)
|
by sero323
What is up with my sudoku function?
|
|
[6 replies] Last: I just changed typedef to int and it worked. char didn't work property... (by sero323)
|
by bearsomg
Possibility of 2 function definitions?
|
|
[3 replies] Last: I see. Well, theory says you can re-write the function address and ma... (by webJose)
|
by codejunky99
arrays and pointers indexing
|
|
[2 replies] Last: Hi , codejunky99 can you explain what this line do ? texelColor ... (by bluecoder)
|
looping get non stop |
|
[9 replies] Last: thank you. the std::cin.ignore(); works. =) i already done if it just ... (by chocolatsprintz)
|
which are d best compilers for c++? |
|
[3 replies] Last: Code:Blocks is not a compiler. It's an IDE. In what platform do you ru... (by eypros)
|
by iPlus
What's the best way to learne(opinion)
|
|
[3 replies] Last: I agree that books (and good web sites) are important. But it's more ... (by andywestken)
|
by sajithshn
Is it essential the size of a 'char' array to be const
|
|
[5 replies] Last: That is a compiler extension (that goes against the standard). The -p... (by ne555)
|
by sweezy
Question about Odometer Program
|
|
[1 reply] : 'special' seems a bit vague a term. Is 123456 special, too? 123123? 1... (by andywestken)
|
by afraidofdark
disable access to some functions of parent class
|
|
[6 replies] Last: Node* n = new TSNode(); n->CreateChild(); // No error :\ A Node* ... (by Galik)
|
by tenderstew
Errors with compiling
|
|
[1 reply] : In the future, please post the exact same code that produced the error... (by helios)
|
by efigen
Bubble Sort help please
|
|
[1 reply] : I do not understand what you save in RecordArray. My advice use struc... (by Meirambek Zhaparov)
|
Help Please, code isn't working |
|
[4 replies] Last: Oh My, can't believe i didn't notice that :F thanks you so much for yo... (by Actionman1995)
|
by IWishIKnew
Graphics
|
|
[2 replies] Last: ok, ill try the graphics library. (by IWishIKnew)
|
by gregar0
help with code
|
|
[2 replies] Last: thank you most appreciated i keep making that same mistake (by gregar0)
|
by GAD
Hot keys
|
|
[16 replies] Last: Those are not orthogonal questions. C++ does not provide you with any ... (by Duthomhas)
|
by newdomingo
infinity in C
|
|
[4 replies] Last: You can get an "infinity" value from the macros in <float.h> (or <cflo... (by Duthomhas)
|