c++ wait for user input

C++
cin.get() //(expected for Enter, need #include <iostream>).
Source

Also in C++: