Hi everyone,
I'm running a c++ program using VS 2010.
But during a debugging, the output DoS window disappears when a problem happens.
How to stop the output window?
I know the problem could be solved by using run-cmd-*.exe. But is there a direct method? I mean, by configuring VS 2010 but not by using the cmd?
Thanks a lot!!