Thread
:
How to use clrscr() function in gcc?
View Single Post
26-08-2008, 11:20 PM
#
9
(
permalink
)
Garbage
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
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
View Public Profile
Visit Garbage's homepage!
Find More Posts by Garbage