Solve the problem of flash back in Visual Studio 2010

Many people will face such a problem, VS2010 flash back, clearly the program is successful, clearly there is no mistake, the lack of a flash at the end.
The flashback problem is primarily a caching problem, which is added at the end of the program, after the main function
getchar();
getchar();
getchar();
getchar();
Solve the problem.

Reproduced in: https://www.cnblogs.com/yijianzhongqing/p/5208854.html

Read More: