I’m trying to get started with Visual C++ in Visual Studio 2008.
When I press the play button (start debugging), a console opens, but then immediately closes. How do I make this window stay open so that I can see my output?
I’m trying to get started with Visual C++ in Visual Studio 2008. When I
Share
You can also push Ctrl + F5 to start without debugging and it keeps the console open when your program ends.