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

There are alternatives upto a possible-extent available in the ncurses libraries (Only available for POSIX systems). Link has a tutorial too, the basics are easy stuff

There are clear() and move() functions in ncurses that can help.
Code:
man curs_clear
man curs_move
# For more help.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline