Message-Id: <2.2.32.19970325191444.0069f188@mailhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 25 Mar 1997 17:14:44 -0200 To: djgpp AT delorie DOT com From: Eyal Ben-David Subject: Re: Color with gcc Cc: hanvane AT worldonline DOT nl At 10:31 AM 3/25/97 -0800, you wrote: >Can anyone tell me if I can use colors in C (or C++) programs. >Something like: >textcolor(red) >textbackground(green) > >Can Gcc do this, do I need a special (.h) header ? > >Greetings, Yes. see /include/conio.h (Very similar to Borland conio.h) Eyal.