On Jan 11, 2008 7:54 AM, the lost boys <[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?
Best way is to run the program from the command-line rather than
through the GUI. You can also set a debugging breakpoint on the final
return statement in the program.
Visual C++ Express 2008 automatically pauses console programs when run
through the IDE.
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi