Hi all, I just have a question with debugging in VS C++ Express. I took a class on C++ and using VS, the professor showed us how to keep the command prompt open until we hit a key to close it. (I want to see the prompt open long enough until I close it myself) It looked like the run ' > ' button but it had the ability to keep the prompt open. Anyone know where this is? I'm not looking to put 'pause' in my code or looking for breakpoints, etc. Thanks.
Using C++ 2010 Express Ed. but if you know where in the 2008 Ed., that would be enough.