Most efficient code to clear screen

The only way I know to clear the console screen is system("cls");... This prooves very innefficient. (I assume it sets all the characters at every position to '\0' or somethin...

Whats the best way to go about clearing the screen?
THANKS :p
Topic archived. No new replies allowed.