Is there a way to use something like getch() in STL? I know there's getchar() but getchar waits for the user to press enter. I want to make it so as soon as a key is pressed, it goes on. This is ...