any idea on how to implement a "press any key to move on" in c++?
Based on my understanding, for any input stream function, it all requires users to hit "enter" to read.
But how do I make it like “whenever a key is being hit, it moves on to the next stage without hitting the enter key?"
By the way, the working station is Linux
Thanks a lot