by moot1
saving in c++
|
|
[8 replies] Last: Here's a hint. The 'o' and 'f' in "ofstream" stand for "output file." (by Caleb9849)
|
by isnork
Two questions.
|
|
[3 replies] Last: RTvoid is not standard. That's why it has to be specially defined. Lik... (by Moschops)
|
by bobsulea
Cypher function
|
|
[3 replies] Last: http://www.cplusplus.com/forum/articles/36896/ Also, Dev-C++ is not a... (by Moschops)
|
by Yaantey
Question regarding pointers.
|
|
[2 replies] Last: Fundamentally, the difference between "variable_name" and "&variable_n... (by Caleb9849)
|
by rvelez3
LinkedLists
|
|
[3 replies] Last: Re what hamsterman said: It is up to you if you want to make "characte... (by Caleb9849)
|
by roberts
Defines vs. const object
|
|
[5 replies] Last: Ty Mos, that is what I was looking for. (by roberts)
|
Class object not defined although instantiated by NEW |
|
[6 replies] Last: thanks (by Muhammad Wajahat)
|
by vagelis
vectors vs lists
|
|
[8 replies] Last: @hamsterman, Section 2.4 of the TR on C++ Performance (which discusses... (by JLBorges)
|
by Xendraw
checking a vector
|
|
[5 replies] Last: it compiles and runs now thank you, however it doesnt recognise runs s... (by Xendraw)
|
by jumper007
Olympiad Problem
|
|
[14 replies] Last: The promised excel document: http://depositfiles.com/files/85sjy53qe (by Kyon)
|
How to make these if statements look nicer? |
|
[4 replies] Last: Your names are confusing, and if(player==true) is redundant. Just wr... (by hanst99)
|
by Rampie12
Newbie question
|
|
[14 replies] Last: Is the base always 10 or do you need to make it flexible enough for an... (by roberts)
|
by Xendraw
switch not working
|
|
[2 replies] Last: of course it was that simple, had an off week, thank you very much (by Xendraw)
|
by amplechin
Error OUTPUT DISPLAY using (gotoxy)
|
|
[1 reply] : Seems like your loop for getting password from user never exits when t... (by SIK)
|
by henk13
Qt Poker Game Struggle
|
|
[2 replies] Last: Thanks , I will give it a shot (by henk13)
|
by aymank1985
How do you do that with a text file, Need to distinguish between integers and characters
|
|
[4 replies] Last: If the peek returned a white space, you need to throw it away. int... (by JLBorges)
|
by nami sth
ant colony optimisation
|
|
[1 reply] : Try typing this on the address bar of your browser http://www.google.c... (by JLBorges)
|
Programs for MS-DOS 6.22 |
|
[5 replies] Last: If you want a DOS compiler, you could use Borland. That was one of th... (by kbw)
|
Vector of a Template Class? |
|
[2 replies] Last: Wow.... I feel so...Thankful. You are a life saver... gosh! (by Binary Thoughts)
|
by adn258
I Don't Get Part Of This Fstream Code?
|
|
[3 replies] Last: You normally would not: int i; (int *)i; but I've had to do such th... (by roberts)
|