delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/09/25/14:10:27

From: Willie Victor <wvictor AT icon DOT co DOT za>
Newsgroups: comp.os.msdos.djgpp
Subject: Coloured text?
Date: Sat, 25 Sep 1999 18:53:21 +0200
Organization: An Internet Solution Customer
Lines: 14
Message-ID: <37ECFE01.CF294CD8@icon.co.za>
NNTP-Posting-Host: c2-67-pta.dial-up.net
Mime-Version: 1.0
X-Trace: news.is.co.za 938278397 8759 196.34.158.195 (25 Sep 1999 16:53:17 GMT)
X-Complaints-To: abuse AT is DOT co DOT za
NNTP-Posting-Date: 25 Sep 1999 16:53:17 GMT
X-Mailer: Mozilla 4.5 [en] (Win95; I)
X-Accept-Language: en
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Why don't I get coloured text output with the following?

#include <stdio.h>
#include <conio.h>

int main()
{
    textmode(C80);
    clrscr();
    textcolor(BLUE);
    printf("xxxxxxx");
    return(0);
}

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019