Today, when I was writing a program, I encountered a problem with VS console program flashing back. So I Googled it and found the following solutions:
Before the return, add system(” PAUSE “); PAUSE is case-insensitive; Add getchar() before return; Project – & gt; Property – & gt; Configure properties ->; The linker – & gt; System – & gt; Subsystem – & gt; SUBSYSTEM adds the “/SUBSYSTEM:CONSOLE” link option and just configure it
Three methods have been tried, can use ~
Read More:
- The solution of flashing back after the end of console program running
- Solution to the flashback of visual studio output window
- Solution of vs program flashback problem
- Solve the problem of flash back in VS2010
- Some solutions to the problem of windows flashback after vs running
- Three methods of how to remove the flashback of running result box in VS
- Solution for flash back of vs2015 running interface
- The problem of running result window flash of vs2015
- Problem solving – vs debugging window flash solution
- Three solutions to flash back of program running result box under vs
- Solution to flash back of visual studio 2017 running program
- Flashback problem of output window of visual studio 2017 console program
- Three solutions to command line flashback in VS
- Why does the result screen flash when visual studio runs the program?
- [solution] visual studio will exit automatically after debugging the program
- Solution to the flash of visual studio console program output window
- The solution of console flash in C + +
- Flash back of running program in Visual Studio 2017
- use cin.get () instead of system (“pause”) to avoid the flash of C + + programs
- In vs programming, the code of Ctrl + F5 is flashback