Sign-up....

谁能告诉我键盘码?

谁有完整的键盘码请给我发一份。davidlong1019@ 163.com,谢谢~~~

[44 byte] By [msdn] at [2007-8-14 20:05:27]
# 1 Re: 谁能告诉我键盘码?

怎么没人响应啊,郁闷,急啊!!!!!!!!!!!!!!

davidlong1019 at 2004-12-31 22:06:38 >
# 2 Re: 谁能告诉我键盘码?

真是撒,自己可以用一个程序作出来啊!

02051223 at 2004-12-31 22:11:23 >
# 3 Re: 谁能告诉我键盘码?

哦,能告我怎么做吗?谢谢了

davidlong1019 at 2004-12-31 22:26:17 >
# 4 Re: 谁能告诉我键盘码?

printf("%d",getch());

doon at 2005-1-1 12:59:24 >
# 5 Re: 谁能告诉我键盘码?

同意东方,easy

ypengfei at 2005-1-1 18:19:33 >
# 6 Re: 谁能告诉我键盘码?

你可以自己输出啊。

xdspower at 2005-1-1 22:31:44 >
# 7 Re: 谁能告诉我键盘码?

#include<stdio.h>

void main()

{

char alpha[100];

int i,j;

for(i=0,j=0;i<128;i++,j++)

{

alpha[j]=i;

printf("The Character now assigned is %c %d \n",alpha[j],alpha[j]);

}

getchar();

}

greenteanet at 2005-1-1 22:53:26 >
# 8 Re: 谁能告诉我键盘码?

不好意思,我看错楼主的题目了

greenteanet at 2005-1-1 22:53:48 >

C/C++

All Classified