📅  最后修改于: 2022-03-11 14:44:46.046000             🧑  作者: Mango
using the "system" function you enter a cmd command which is in this case "cls"
in code it well look something like this
system("cls");
and it well clear your screen