方法1:
直接通过【Ctrl + F5】组合键启动程序;
方法2:
在程序中加上getchar();
方法3:
先添加对应引用:
#include <ctype.h>
#include <iostream>
system("pause"); //代码中加上这句,系统暂停;
方法4:
通过【cin>>】等待新的输入来实现暂停的作用。
【控制台程序】一闪而过的基本解决办法,布布扣,bubuko.com
原文地址:http://blog.csdn.net/u012370255/article/details/27692141