windows - Console pause in C++? - Stack Overflow
In C# you can cause the console to wait for a character to be input (which is useful for being able to see the last outputs of a console before the program exits). As a beginner in C++, i'm not sur... ... #include // ... getchar(); The function waits for...