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:
- 2、 Solutions to the problem of flash back in vs2017
- Solve the problem of flash back in Visual Studio 2010
- Solution for flash back of vs2015 running interface
- Make DOS window wait and not flash back in VS
- Three solutions to flash back of program running result box under vs
- Solve the problem of Nacos double click flash back
- How to solve the problem that the output results of C + + program written in VS2010 flash by
- Solution to the problem of console flash in vs2017 runtime
- Solve the problem of “Visual Studio debugging flash back”
- Flash back after vs compiler running, processing method
- Flash back record of vs2017 installation process
- The reasons and common solutions of vs flash back on the road of C + + Learning (with reasons attached)
- The problem of flash back by pressing enter window when debugging or executing program in Visual Studio C
- Flash back of running program in Visual Studio 2017
- The problem of running result window flash of vs2015
- Problem solving – vs debugging window flash solution
- Flash back problem of Python running
- The problem of black box flash away in vs2019 debugging
- Solution to the problem of console output window’s CMD flashing back when vs2015 writes C + + program
- How to solve the problem that the console window disappears in a flash after visual studio 2017 runs