Date: Tue, 2 Jan 2001 18:52:27 -0500 Message-Id: <200101022352.SAA00992@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <92tp52$qot$1@nnrp1.deja.com> (message from Tom St Denis on Tue, 02 Jan 2001 23:44:36 GMT) Subject: Re: Color Text... References: <3A52601F DOT 300F61D2 AT crosslink DOT net> <92tp52$qot$1 AT nnrp1 DOT deja DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > And C++ does not know what color is. Color would probably be some sort > of platform specific thingy majoo (hint: ask the same question in > comp.lang.c ... hehehehe) No, not comp.lang.c either. It's *platform* specific, not language specific. The answer is that you need to use ANSI color codes, or talk to the BIOS and/or screen directly.