I'm used to using visual studio 6.0 and when I usually debugged I had no problems...ran my programs fine. Although, in 2005 when i Debug in the command box it never lets me see my ending result, the command box shuts off automatically toward the end of my program while im testing it out. This is probably a very easy task for an experienced user of VS, can anyone help Thanks a bunch.
Hello, very new to VS itself, need help on probably something simple.
Hi,
I'm used to using visual studio 6.0 and when I usually debugged I had no problems...ran my programs fine. Although, in 2005 when i Debug in the command box it never lets me see my ending result, the command box shuts off automatically toward the end of my program while im testing it out. This is probably a very easy task for an experienced user of VS, can anyone help Thanks a bunch.
I'm used to using visual studio 6.0 and when I usually debugged I had no problems...ran my programs fine. Although, in 2005 when i Debug in the command box it never lets me see my ending result, the command box shuts off automatically toward the end of my program while im testing it out. This is probably a very easy task for an experienced user of VS, can anyone help Thanks a bunch.

Hello, very new to VS itself, need help on probably something simple.
antleite2001
Jwborc39963
You can also place some code that will stop the execution
#ifdef _DEBUG
// wait for a key presses
_getch();
#endif