This is what I use at the end of a console application: cout << "Press enter to exit" << endl; getchar (); return 0;
[email protected] wrote: > hello sean brewer can you help. I have just started programming I read you > recommend on the c++4.9.9.4 > i have already downloded this. I am using window xp pro. I am trying to > learn a little to start with through a book. I followed the first program > which it says do in a console application. I typed in the data as written > down clicked compile and run but the what I think is the prompt box flashes > through I have tried system pause and printf but still it flashes through > any ideas on why it is doing this? > > Brewer, Sean L wrote: >> suneeta545 wrote: >>> its better to use dev-c++4.9.9.2 than turbo c++ i think.so >>> if you want to download it.it is found in www.bloodshed.net >> Good job, people really like the compiler that Microsoft offers for >> free. Either way, they're EONS better than Turbo Suck C++. >> >> >> To unsubscribe, send a blank message to >> <mailto:[ mailto:c-prog-unsubscribe%40yahoogroups.com > [EMAIL PROTECTED]>. >> Yahoo! Groups Links >> >> >> >> >> >> >
