请教键盘设置的问题
#include <stdio.h>
#include <bios.h>
#include <ctype.h>
#define RIGHT 0x01
#define LEFT 0x02
#define CTRL 0x04
#define ALT 0x08
这里的RIGHT、LEFT 等 其数值0x01、 0x02是根据什么来定的呢,我不明白,请教各位大吓,谢谢
2005-08-31 10:04
2005-08-31 16:04
2005-09-09 15:17