From: "Michael Bronner" Newsgroups: comp.os.msdos.djgpp Subject: Re: Colored Text Date: Fri, 26 Nov 1999 09:36:08 -0700 References: <81jpar$p70$1 AT oak DOT prod DOT itd DOT earthlink DOT net> X-Posted-Path-Was: not-for-mail X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-ELN-Date: 26 Nov 1999 16:32:40 GMT X-ELN-Insert-Date: Fri Nov 26 08:35:06 1999 Organization: EarthLink Network, Inc. X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MSMail-Priority: Normal Lines: 22 NNTP-Posting-Host: sdn-ar-002azphoep332.dialsprint.net Message-ID: <81mcn8$aoc$1@birch.prod.itd.earthlink.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks Guys! I figured it out :). conio.h contains some functions, one of which is texattrib(blink | forecolor | backcolor); that worked like a charm :) thanks "Michael Bronner" wrote in message news:81jpar$p70$1 AT oak DOT prod DOT itd DOT earthlink DOT net... > Hi there! > I used to do some Turbo Pascal and GW Basic, and in those two languages it > was simple to output text in a colored format, to set the background and > foreground color of the text, etc. Can this be done in DJGPP C++ as well? > Thanks for your help! > > Sincerely, > Michael G. Bronner > > >