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.
[206 byte] By [beginner_c++] at [2007-11-18 19:28:18]
# 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.
beginner_c++ at 2007-11-11 1:17:03 >