Answers for "why does my c++ program pause until i type something"

C++
2

c++ wait for user input

cin.get() //(expected for Enter, need #include <iostream>).
Posted by: Guest on May-02-2020

Code answers related to "why does my c++ program pause until i type something"

Browse Popular Code Answers by Language