摘要: #include exit(0); #include 是exit(0) 必须的头文件 否则会出现exit was not declared in this scope的编译错误#include cout 是必须的,它是I/O流控制头文件,进行输出格式控制 cin.clear(); cin.sync(); cin.get(); 可以使程序暂停,等待键盘输入后继续执行 不应该使用 system("pause") 阅读全文
posted @ 2013-12-18 11:59 阿祖叔叔 阅读(318) 评论(0) 推荐(0) 编辑