1 2 3 4 5 6 7 8 9 10 11 12 13 | #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; } |
2016.11.19 09:00
키보드 화살표값 출력
조회 수 1442 추천 수 0 댓글 0