如何讓c++程序停留,按任意鍵退出
2 回答

守候你守候我
TA貢獻(xiàn)1802條經(jīng)驗 獲得超10個贊
//三種方法();
getch(); //需要#include <conio.h>
getchar(); //需要#include <stdio.h>
system ("PAUSE");//需要#include <stdlib.h>
- 2 回答
- 0 關(guān)注
- 957 瀏覽
添加回答
舉報
0/150
提交
取消