Mail Archives: djgpp/1997/03/26/18:40:59
J. van Eijnsbergen 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,
> --
> Han van Eijnsbergen
> hanvane AT worldonline DOT nl
> http://www.worldonline.nl/~hanvane/index.html
> http://www.worldonline.nl/~hanvane/zin.htmYou have to #include <conio.h>. Look into this header to find prototypes
or check info files. I don't remember exact names of functions but I
think they are similar that ones you used (are you former Pascal
gromrammer (as month ago I was)?)
Michal
- Raw text -