Quick C++ MSVC 6.0 prob

Started by
2 comments, last by ripmage 21 years ago
When my program ends, it displays the end like so fast that you cant read it and it doesnt even say press a key to end the program like when you run it in msvc. Do you know how to stop that from happening.
_+()3d StUDi0 Mazta()+_..phew that was hard to type!
Advertisement
If you run it from the IDE, you won''t have that problem.

How appropriate. You fight like a cow.
Just add


  system("pause");  


before you return from main.

Alan
"There will come a time when you believe everything is finished. That will be the beginning." -Louis L'Amour
thx Alan!
_+()3d StUDi0 Mazta()+_..phew that was hard to type!

This topic is closed to new replies.

Advertisement