I was writing a simple console application in Objective C.
I have tried system("clear") but I am getting this message on console
"TERM environment variable not set."
Can anyone explain me what this is all about ?
I am very new to both OSX and Objective C. and I am sorry if this question is too dumb as I have not programmed much on *nix. (I have been doing a lot of Java and PHP development in my college days).