I just installed VS.net. I wrote a simple "hello world" console
application, after compiling and run the program, the command window
disppears immediately. I remember that in Visual C++ 6.0, the command
window will not disappear until I press any key. For sometimes I need
to view the result the program runs. I know that I can set break point
to view the result.
I am just wondering if I can make VS.net run the console
application just like the style in Visual C++ 6.0.
Thanks in advance.
It IS the same behaviour than in VC6...
If you run the program with F5 (start with debugger), it will dispapear
after it is finished
If you run the program with Ctrl-F5 (start without debugger), it will wait
until a key is pressed...
Greetings
Jochen
"chen yinghe" <che...@cet.st.com.sg> wrote in message
news:6dd8d3cf.02021...@posting.google.com...