Getting started with Visual C++ -
I am trying to get started with Visual C ++ in Visual Studio 2008. When I press the play button (start debugging), the console opens, but then immediately closes. How can I keep this window open so that I can see my output?
You can also press Ctrl + F5 to begin without debugging and it will end your program Keeps the console open when done.