ya'know, i wonder how many people just come up with a function:
Code:
void clear_screen() {
  system("cls");
  system("clear");
  

}
and hope to god one of the above works on the machine being used