Guest User

Untitled

a guest
Jan 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. bool reset = false;
  2. char input;
  3. do {
  4. // your program
  5. if (char = getch())
  6.    reset = true;
  7. } while (reset);
Add Comment
Please, Sign In to add comment