clear - notdanik/cpputility GitHub Wiki

clear

Clears the console. Thats it. Just use clear();. This simple!

Example of usage:

pause("Press enter to clear the console!");
clear();
printString("You just cleared the console!");