View Single Post
Old 26-08-2008, 10:51 PM   #7 (permalink)
QwertyManiac
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: How to use clrscr() function in gcc?

"clear" will not always work cause Linux's method of clearing the terminal is different than Windows and will sometimes give you good WTF moments

system() not being found is very weird indeed, I have clue on this, but try including <stdlib.h> or <cstdlib> if C++...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline