getch是一个函数,可以检测键盘按下了什么键,头文件:
#include<conio.h>
用法:
#include<bits/stdc++.h>
#include<conio.h>
using namespace std;
while(1){
if(getch()==32){
cout << "你按下了空格键" << endl;
}
}
getch是一个函数,可以检测键盘按下了什么键,头文件:
#include<conio.h>
用法:
#include<bits/stdc++.h>
#include<conio.h>
using namespace std;
while(1){
if(getch()==32){
cout << "你按下了空格键" << endl;
}
}