This is my first post. How do you clear the screen in a console application written in C++? Please understand I don't want to use any extra preprocessors. Would have to do:
cout << "\n\n\n\n\n\n\n\n\n\n\n\n\n\n";
Could I do that, is there a more professional way of doing this?