problem when using clrscr

Alexandre Oliva aoliva@redhat.com
Wed Mar 6 09:18:00 GMT 2002


On Mar  6, 2002, "samir idrissi" <idrissisamir@hotmail.com> wrote:

> I have a problem when using clrscr(). I have include
> <conio.h> but the compiler dont know clrscr() and dont
> found the file conio.h .

> How can I do to resolve this problem ?

You have to ask the provider of the C library of whatever OS you're
using.  GCC does not contain a C library, it just uses the library
(headers included) that come with the OS.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Gcc mailing list