Answers for "c++ press a key"

C++
-2

c++ press any key

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

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

Browse Popular Code Answers by Language