how to clear screen in dev c++ code example Example: clear screen in c++ enter code here void clrscr() { system("cls"); }