Wll I'm kinda new at c++ ..and even newer at using a mac....so here is my quetion:
How do you perform a c++ "clear screen" under mac os x?....under windows
system("cls") should get the job done so I thought of using system("clear)
but it returns me a "TERM no enviroment variable set"
cya
PD: I'm using xcode2 .
How do you perform a c++ "clear screen" under mac os x?....under windows
system("cls") should get the job done so I thought of using system("clear)
but it returns me a "TERM no enviroment variable set"
cya
PD: I'm using xcode2 .