23
Comments
  • 1
    @Sleepy-guy C++
  • 0
    what is getch()? o.o
  • 0
    @corscheid As far as I remember, it tells the program to wait for a key press before continuing. It could also be used to create menus, by interpreting the key that was pressed and displaying relevant information, with a switch() function.
  • 0
    @Sleepy-guy Its C :)
  • 2
    @corscheid getch() reads in a single character from the stdin but doesnt echo it on the screen as getchar() does
Add Comment