I\'m trying out Visual studio 2010 by compiling a C program. After it displays the solution in the \"DOS\" command window, the window is immediately closed. In Visual studio 200
Bring "Start without debug" to the Debug menu...
Tools >> Customize >> Commands(Tab) >> Menu bar(drop down list) >> Debug(Controls Option) >> Add Command(button) >> Debug(Categories List) >> Start without debug
Using "Start without debug" Will allow VS2010 to display the "Press any key to continue" phrase before exiting.