Answers for "program that press key 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

Browse Popular Code Answers by Language