Sometimes we will find that VS2010 will flash back, and we will not see the results after the program is executed. There are two solutions to this problem.
Solution a:
Add system(“pause”) before the program ends (before return);
This is the pause instruction for the system and it’s going to pause and it’s not going to continue, so it’s not going to go back.
Scheme 2:
Steps to implement in VS: Project ->; Property – & gt; Configure properties ->; Connector – & gt; System – & gt; Select the console for the subsystem.
Solution a:
Add system(“pause”) before the program ends (before return);
This is the pause instruction for the system and it’s going to pause and it’s not going to continue, so it’s not going to go back.
Scheme 2:
Steps to implement in VS: Project ->; Property – & gt; Configure properties ->; Connector – & gt; System – & gt; Select the console for the subsystem.
Read More:
- The solution of flashing back after the end of console program running
- The perfect solution of VS2010 console program running in a flash
- [vs console program flashback]
- Solution to the problem of console flash in vs2017 runtime
- Solution to the flash of visual studio console program output window
- Solution of vs program flashback problem
- Why does the result screen flash when visual studio runs the program?
- Problem solving – vs debugging window flash solution
- Flash back of running program in Visual Studio 2017
- The reasons and common solutions of vs flash back on the road of C + + Learning (with reasons attached)
- [solution] visual studio will exit automatically after debugging the program
- Three solutions to flash back of program running result box under vs
- Some solutions to the problem of windows flashback after vs running
- Solution to the flashback of visual studio output window
- VS2010 debugging window flash solution
- The solution of console flash in C + +
- Flashback problem of output window of visual studio 2017 console program
- Solution to the problem of console output window’s CMD flashing back when vs2015 writes C + + program
- The problem of C + + compile result window flash by
- use cin.get () instead of system (“pause”) to avoid the flash of C + + programs