Solution to the flashing of the console in some VS compilers

To solve some of the flashing methods of the console in the VS compiler, the
print page is not visible
Solution to the flashing of the console in some VS compilers
. 1. Add the program pause code.
Note: It
needs to be added before the return and the
corresponding header file #include<stdlib.h >
All main functions must be added with such a code
2. Change the properties of the console (implemented at the beginning of this project, the code window will stop afterwards)
right-click the project name, click properties to
Solution to the flashing of the console in some VS compilers
find the linker,
click the system
click sub The system
finds the console and
clicks
and then clicks to confirm the
reference
.
Solution to the flashing of the console in some VS compilers

Guess you like

Origin blog.51cto.com/15083388/2625592