如何让c++程序停留,按任意键退出
2 回答
![?](http://img1.sycdn.imooc.com/54584d560001571a02200220-100-100.jpg)
守候你守候我
TA贡献1802条经验 获得超10个赞
//三种方法();
getch(); //需要#include <conio.h>
getchar(); //需要#include <stdio.h>
system ("PAUSE");//需要#include <stdlib.h>
- 2 回答
- 0 关注
- 894 浏览
添加回答
举报
0/150
提交
取消