If you are looking for software to use, go to Huajun Software Park! software release AI product list
Location: Home pageTutorial strategyTutorialComputer software tutorials VS2013 execution...

What to do if the output window flashes by after the execution of VS2013 is completed - How to deal with the output window that flashes by after the execution of VS2013

Author: Rocket Date: 2020-09-18

VS2013
VS2013-Chinese version

programming tools Storage: 5.56GB Time: 2021-03-31

Software introduction: VS2013 Chinese version is a professional software development platform from Microsoft. The Visual Studio 2013 version has powerful functions and can...

Download now

What should I do if the output window flashes by after the execution of VS2013? Let's take a look at how to deal with the output window flashing after the execution of VS2013. I hope it can help friends in need.

1. Right-click on the project--->Properties

1.jpg

2. Configuration properties --->Connector

2.jpg

3. System--->Subsystem (on the right side of the window)--->drop-down box select console (/SUBSYSTEM:CONSOLE)

3.jpg

4. Then you can run the program

Note: In addition to the shortcut key Ctrl+F5, add system("pause") or getchar() at the end of the program code. Flashing can also be solved.

Above, I shared with you how to deal with the output window flashing after the execution of VS2013. Friends in need should hurry up and read this article.

Related articles