Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1.         while (true)
  2.         {
  3.             if (_kbhit())
  4.             {
  5.                 // SEND
  6.                 int liczba;
  7.                 int x = 1;
  8.                 char xC = '1';
  9.  
  10.                 int znak = getch();
  11.  
  12.                 printf("%d\n\n", znak);
  13.                 if (znak == 27) printf("esc");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement