| delorie.com/archives/browse.cgi | search |
| Message-ID: | <34A1DD78.E0CB38C4@compu.net> |
| Date: | Wed, 24 Dec 1997 22:13:44 -0600 |
| From: | QlowN <dhurst AT compu DOT net> |
| Organization: | none |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | conio.h question (hopefully a simple one) |
| NNTP-Posting-Host: | clarksville-8.compu.net |
| Lines: | 15 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
ok i've tried and tried to get this to work with djgpp2:
#include <conio.h>
void main (void)
{
textbackground(0);
textcolor(7);
cprintf("This should be in color.");
}
TIA
QlowN
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |