Mělo by...
a nebo zkus něco jako toto...

Kód:
if (kbhit()) {
  key = getch();
  if (key == '1') ....
fce kbhit() by měla být v conio.h..[/code]