printf("\nPress the same key: "); | // Test the mode |
while (_kbhit()) |
|
; |
|
iInput = _getch(); |
|
printf("\nYou pressed %c\n", iInput); |
|
}
Function Reference
printf("\nPress the same key: "); | // Test the mode |
while (_kbhit()) |
|
; |
|
iInput = _getch(); |
|
printf("\nYou pressed %c\n", iInput); |
|
}
Function Reference