I know I can use system("cls");but it runs too slow. And I also found another way, clrscr()but VC6.0 don't have it. So, I copyed the code of functin from the internet. It runs well, but is there any easier way to clear the screen? As I said, I use VC6.0.