When the console application in VS2010 is running, the result screen will flash, whether you use F5 or Ctrl + F5, so you can’t see the result. There are a lot of ways on the Internet, which is to add a pause statement to the program at the end or to get user input from the console statement. There’s a better solution:
Right click on your project entry, select the last item “Property/Properties” on the pop-up menu, and in the left column, find “Configuration Properties”
-> Connector – & gt; System, after clicking on the System item, subSystem in the right column configuring the value of the subSystem to “Console “.
After doing this, press Ctrl+F5 again and the program will stop at the console screen and prompt you to “Press any key to continue.” That’s the perfect solution.
Right click on your project entry, select the last item “Property/Properties” on the pop-up menu, and in the left column, find “Configuration Properties”
-> Connector – & gt; System, after clicking on the System item, subSystem in the right column configuring the value of the subSystem to “Console “.
After doing this, press Ctrl+F5 again and the program will stop at the console screen and prompt you to “Press any key to continue.” That’s the perfect solution.
Read More:
- Solution to the problem of console flash in vs2017 runtime
- Solution to the flash of visual studio console program output window
- The solution of flashing back after the end of console program running
- Three solutions to flash back of program running result box under vs
- Solution to the flash of visual studio 2017 running program
- The solution of console flash in C + +
- Solution for flash back of vs2015 running interface
- Solution to flash back of visual studio 2017 running program
- Solution to the problem of console output window’s CMD flashing back when vs2015 writes C + + program
- Flash back of running program in Visual Studio 2017
- The solution to the black window flash of running program on Visual Studio
- The solution of windows not flashing back when visual studio console program is running
- Why does the result screen flash when visual studio runs the program?
- Solution of vs program flashback problem
- The problem of running result window flash of vs2015
- How to solve the problem that the output results of C + + program written in VS2010 flash by
- Flash back after vs compiler running, processing method
- Problem solving – vs debugging window flash solution
- Visual studio 2015 compiler, console flash solution
- VS2010 debugging window flash solution