Help with g++ compiler.

Ian Lance Taylor ian@airs.com
Sat Mar 26 03:33:00 GMT 2005


"Olaniyi Bajulaiye" <BajulaiyeO71@benedict-tigers.org> writes:

> I am a student working on a C++ project and my school labs make use of G++ compiler on Linux machine.
> 
> Ps I need to know what code can be used to clear the screen as the compiler doesn't support the conio.h header file which would have allowed me use the clrscr()function.

This is not a compiler question.  It is a library question.  You are
asking in the wrong place.

The particular answer to your question on Linux is going to depend on
just what you mean by "clear the screen".  I don't know what the
answer is.

Ian



More information about the Gcc-help mailing list