Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if the result box of vscode running program flashes?

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how to run the vscode program results box flicker how to do, the article is very detailed, has a certain reference value, interested friends must read it!

Question:

If you use VS to write the program, the running result box will always flash back, and you can't see the result of the program running at all.

Solution:

1, before the return 0; statement, add a getchar (); statement, so that getchar will always wait for input, and the program running result box will display the running results normally.

2. Add a statement at the end of the program: system ("pause");, plus the header file # include, so that the results will be displayed after running the results, and prompt you to press any key to continue.

3. Modify the project configuration, right-click the project, select Properties in the right-click menu, then select "configuration Properties-- > Linker-- > system" in the list on the left side of the pop-up dialog box, and then select "console (/ SUBSUSTEM:CONSOLE)" in the value of the first "subsystem" in the list on the right.

The above is all the contents of this article "what to do if the result box of the vscode running program flashes?" Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report