Answers for "how to press a key in c++"

C++
-1

c++ press any key

// On Windows:
system("pause");

// and on Mac and Linux:
system("read");
Posted by: Guest on July-14-2020

Code answers related to "how to press a key in c++"

Browse Popular Code Answers by Language