Clearing screen
hi!
I used this code to clear the screen:
#define CLS (cout << "\033[2J")
for some reason it won't clear the screen before the next function load up. Any Help, thanks.
# 1 Re: Clearing screen
hey me again :)
thanks to all the people replied on my last posted message. I forgot I post the same topic as last time geez. well the code:
#include < cstdlib>
system("cls");
actually work for me so yeah thanks again.