Advertisement

Clearing the screen in c++

Started by March 13, 2003 03:50 AM
0 comments, last by jarod83 21 years, 8 months ago
Is there a better way of clearing the screen in c++ besides clrscr() and the systen("cls") functions. I''ve noticed when I use clrscr() or system("cls"), that the process is very slow! Is there a way to clear only one or few lines in the DOS based programs, instead of clearing the whole damn screen???
Check out the Console functions in the msdn. Here is a link to an alternative method for clearing the screen: Clearing the Screen

This topic is closed to new replies.

Advertisement