#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
int main(void)
{
char ch;
ch=getch();
printf("%d \n",ch);
ch=getch();
printf("%d \n",ch);
system("pause");
return 0;
}
2014.06.07 14:45
dev C++ 입력키값 숫자로 알아보기
閲覧数 1365 推奨数 0 コメント 0