Page 1 of 1

C++ how to wait for input at runtime

Posted: Wed Aug 04, 2021 11:59 pm
by Carmelita
Normally with getchar and scanf, etc., the program will stop and wait for input. How can I run other functions while waiting for user input?