Console Applications
-
-
When working with console applications from within Visual C++.NET, How would I get the console window to stay open after the program has executed so that I may view the results of the code? Do you change these properties within Visual C++ or Windows?
You can start the program with either Run or Debug. One of them leaves the program open with a "press any key to continue" message. I don't remember which one though. :-O - Anders Money talks, but all mine ever says is "Goodbye!"
-
When working with console applications from within Visual C++.NET, How would I get the console window to stay open after the program has executed so that I may view the results of the code? Do you change these properties within Visual C++ or Windows?
put a breakpoint on the last "}" on your main function. lazy isn't my middle name.. its my first.. people just keep calling me Mel cause that's what they put on my drivers license. - Mel Feik
-
put a breakpoint on the last "}" on your main function. lazy isn't my middle name.. its my first.. people just keep calling me Mel cause that's what they put on my drivers license. - Mel Feik