View Single Post
Old 26-08-2008, 11:20 PM   #9 (permalink)
Garbage
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: How to use clrscr() function in gcc?

If using windows then try system("cls"); n if *nix then system("clear");

Actually, system() passes argument directly to shell...
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline