From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <81jpar$p70$1 AT oak DOT prod DOT itd DOT earthlink DOT net> <81ksd8$f7s$1 AT nntp9 DOT atl DOT mindspring DOT net> <383E23F7 DOT 5DC01694 AT snetch DOT cpg DOT com DOT au> Subject: Re: Colored Text Lines: 16 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: /wzbxdpAUevGf6ChSp29D3EazIUq508ysBmPC5p/288NpHs9b9muARkiGBRlgU5yDAeceDkInXUT!nKZcRyDp9TbL9g9NFW18Wydkhys/ePLOSt2mjGwi/GyneMYlCV1xiOBVPoXx5kvJabHrig== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 26 Nov 1999 17:24:28 GMT Distribution: world Date: Fri, 26 Nov 1999 17:24:28 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com frEk wrote: > I don't know about C++ functions, but you could just use the C functions... > > The functions you would be looking for are cprintf, textcolor and > textbackground (the last 2 being the same names as the Pascal functions ;)... > > To get ahold of these functions, #include And the associated C++ streams are in constream.h. Damian Yerrick