by gsingh2011
Writing to files
|
|
[1 reply] : Try using: streamname.open ("filename.txt", fstream::in | fstream:... (by firedraco)
|
cin>>a(where a has been declared int)(what if user enters char) |
|
[2 replies] Last: Um, IIRC, it will glitch and start spamming you with messages and stuf... (by firedraco)
|
by matanuragi
can't understand first program of c++
|
|
[4 replies] Last: You can use both... Depends on what you need. If you don't need alot ... (by Mitsakos)
|
by Mitsakos
Actions on abnormal termination
|
|
[no replies]
|
by cannsyl
converting to binary in assembly
|
|
[2 replies] Last: *cough* This is a C++ forum, not an ASM forum *cough* (by Zaita)
|
by QWERTYman
Struct problem
|
|
[5 replies] Last: Gotcha. (by QWERTYman)
|
by QWERTYman
SWITCH problem
|
|
[1 reply] : yes.. I have reformatted the problem code as below with a couple of c... (by guestgulkan)
|
by pascal11110
C++ just beginning????? (1,2)
|
|
[20 replies] Last: Try saving all your files before you compile. I encounter the same sor... (by Angriper)
|
by ebbo
Pathfinder
|
|
[2 replies] Last: Its been allmost a day so i think im allowed to kick this topic back u... (by ebbo)
|
by deviant
compiler
|
|
[1 reply] : Most compilers will auto-define macros that identify themselves. You w... (by Duthomhas)
|
by buonragazzo
Fn. Called With Same Arguments' Values Many Time
|
|
[1 reply] : Why don't you use variable length arguments (multiple arguments) ? (by audinue)
|
by AndyC
Reading text into an array
|
|
[2 replies] Last: I tried it out and the way I did it is open file ifstream input... (by salman)
|
by enduser000
Problems again with Operator Overloading
|
|
[1 reply] : Completed. Used the debugging feature of VS C++ 2008: http://www.mic... (by enduser000)
|
by QWERTYman
Switch statements w/strings
|
|
[2 replies] Last: aaaaaaactually.... I am a beginner. I haz no idear hou 2 do dat. I'l... (by QWERTYman)
|
by mattyspatty
Problems with 'keybd_event' in certain applications
|
|
[no replies]
|
by LostStudent
Program stopped working....
|
|
[12 replies] Last: I figured it out with help! I had to take out the int n; so that the ... (by LostStudent)
|
by salman
Arrays
|
|
[3 replies] Last: ok thankssssssss (by salman)
|
by gsingh2011
Starting MFC applications
|
|
[8 replies] Last: What's .Net? and C++/CLI? You see the references with the web addre... (by closed account z05DSL3A)
|
by deviant
why?
|
|
[1 reply] : You will need to be more specific about the problem you are having and... (by closed account z05DSL3A)
|
by MSheraz
clrscr();
|
|
[3 replies] Last: Is copying the conio.h ok? (by audinue)
|