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