kbhit() 非阻塞的响应键盘输入时间   C++函数

功能和返回值:检查是否有键盘输入 ,有返回非0 ,无返回0

int khbit(void)

头文件: #include<conio.h>

vc6.0下为 _kbhit()

getch()是阻塞的

04-29 03:25