Things to Avoid in C/C++ -- system("pause"), Part 4 - GIDNetwork
Why you should avoid using the function system(PAUSE). ... I've never understood why system("PAUSE") is so popular. Sure it will pause a program before it exits. This pause is very useful when your IDE won't wait as you test a program and as soon as the ....