system(“pause”); – Why is it wrong?
It’s frowned upon because it’s a platform-specific hack that has nothing to do with actually learning programming, but instead to get around a feature of the IDE/OS – the console window launched from Visual Studio closes when the program has finished execution, and so the new user doesn’t get to see the output of his … Read more