Hi,
You acn make a system call by using the system() function.
Just make a function call as follows :
system("clear");
You will have include appropriate header files.
Thats it. 'clear' is command to clear screen on terminal.
Enjoy. By the way i'm an indian too. :-)
Last edited by coolfrog; 10-01-2004 at 01:46 PM.
|