On Thu, May 15, 2008 at 4:18 PM, Corey McKee <[EMAIL PROTECTED]> wrote:
> try using system ("pause"); just before the return 0; this should allow the
> terminal window to stay open until you press a key to continue.
>
Alternatively, set a breakpoint on the last line of the program. When you
run by pressing F5, it will stop at that line until you make it continue (or
terminate).
For that matter, I thought console programs is Visual C++ Express 2005/2008
were automatically paused before returning when running in debug mode....
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi
[Non-text portions of this message have been removed]