This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Need ur help
- From: llewelly at xmission dot com
- To: Kunal Shah <kunal at einfochips dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 25 Apr 2004 11:26:07 -0600
- Subject: Re: Need ur help
- References: <408A725C.6040302@einfochips.com>
Kunal Shah <kunal@einfochips.com> writes:
> Hi,
>
> I want to print colour formatted output in my program using gcc.
> Would u pls tell me how can i achieve it ?
Color printing is not part of gcc, and is therefor off-topic here.
You must use a third-party library. I suggest you search via
www.gnu.org/software, savannah.gnu.org, sourceforge.net,
google.com, etc.
For printing color text on the console, see ncurses
at http://www.gnu.org/software/ncurses/ and aalib at
http://sourceforge.net/projects/aa-project/
For printing to a color printer, you are on your own.