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.


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -