Hi, I'm trying to do something quite simple, but I can't figure it out. I want to get some kind of input from the user, but without them having to press enter.
is there any way that is simple and can do the trick? Is there a command for the system like system.("PAUSE" ) that I can use? I'm only working on C++ (not C at all). Thanks.