This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help with g++ compiler.
- From: Ian Lance Taylor <ian at airs dot com>
- To: "Olaniyi Bajulaiye" <BajulaiyeO71 at benedict-tigers dot org>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 25 Mar 2005 22:26:39 -0500
- Subject: Re: Help with g++ compiler.
- References: <1111797830.c4910640BajulaiyeO71@benedict-tigers.org>
"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