Function other than system("CLS")

Hay guys, just wondering what other functions are around apart from this one. I've had a look through http://msdn.microsoft.com/en-us/library/ms682073(VS.85).aspx but I don't think any of those do exactly what i want. As at the moment I'm using SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), CursorPosition); This works fine but after a while some stuff can get stuck at the bottem of the screen. So just wondering if anyone knows of any other command to use other than system("CLS") to fix the problem. Cheers
What you were looking for was just a couple of clicks away from the page you provided: http://msdn.microsoft.com/en-us/library/ms682022(VS.85).aspx

I bet Duoas would just love to read Example 1.
Haha, oh first example is a laugh. Cheers for that mate :D
Topic archived. No new replies allowed.