istream variable assign |
|
[7 replies] Last: If your requirement is to save to multiple files based on the file nam... (by naivnomore)
|
by TomRed
A string problem
|
|
[3 replies] Last: Better a silly mistake that's easily corrected than a hard-to-find bug... (by Zhuge)
|
I think its a looping problem |
|
[1 reply] : You array is a constant size 10, so it will always have 10 students, e... (by Zhuge)
|
by im abcd
display undeclared
|
|
[2 replies] Last: He means you should add this to the beginning of your program: short ... (by wtf)
|
by Aurelio
takes only one input
|
|
[2 replies] Last: srry, but i didn't get the reason till now... (by Aurelio)
|
by Mihay07
c++ system() function
|
|
[5 replies] Last: ok..ty.i will read more about it and it's behavior in different situat... (by Mihay07)
|
by wtf
Coeblocks Crash
|
|
[1 reply] : That sounds odd. Maybe Windows 7 has an incompetent task manager? Mayb... (by Albatross)
|
by elvis0288
i do not know if this it a TRUE statement
|
|
[8 replies] Last: Here's an ASCII table: http://www.asciitable.com/ The red Chr colu... (by moorecm)
|
by Deluge
Convert char* to wchar_t*
|
|
[2 replies] Last: Thanks, I won't worry about it for now, as long as it is being convert... (by Deluge)
|
by dlugo
Freeing memory after allocating memory?
|
|
[4 replies] Last: I get rid of it when an object is deleted, or the end of my program. A... (by Thumper)
|
by RCM LittleC
Trying to convert VB.NET to C++ Exportable DLL Function
|
|
[3 replies] Last: Ok. I got the code compiled with no errors / warnings. I guess now I'l... (by RCM LittleC)
|
by Codemonkeyz
The Game of Nim
|
|
[6 replies] Last: You may want to take a look at Teach Yourself C++ in 21 Days . While ... (by helios)
|
by Barca
Erase text in a line before a certain character
|
|
[4 replies] Last: I just started using C++ and I've been trying to write a program to e... (by sohguanh)
|
by meeztered
Output format question
|
|
[7 replies] Last: Thanks kempo, I got the leading 0's to be printed using setfill. Bu... (by meeztered)
|
by wagnerpj
Source Code for QB Rater
|
|
[no replies]
|
by kultrva
Storing variables within a loop
|
|
[6 replies] Last: You will find all of the information in that link, I'll explain in wor... (by Thumper)
|
by savinay93
gotoxy() for Visual C++
|
|
[3 replies] Last: I've always used this function for changing the cursor position in the... (by Thumper)
|
by wasabi
operator= issue
|
|
[14 replies] Last: Actually, I figured it out. I still don't understand the error message... (by wasabi)
|
by Chrome1
Debugging Input into a vector
|
|
[8 replies] Last: Alright, well I appreciate it anyway. A friend of mine helped me rewr... (by Chrome1)
|
by kielmaru
Loop problem (1,2)
|
|
[26 replies] Last: The exact reproduction of this loop: int n = 1; for(int i = 0; i ... (by filipe)
|