I tried typing
printf("\033[34m");
for blue foreground color, and other values, but nothing worked. So I included:
device=D:\WINDOWS\system32\ansi.sys
and
devicehigh=D:\WINDOWS\system32\ansi.sys
into my system.ini file to load the ANSI driver, both under the device part of the file, and it still didn't show any color. My Jamsa's C/C++ Programmer's Bible tells you to include the first device line I provided into config.sys if you use DOS. Well, I'm using Windows XP, and I couldn't find the config.sys file in my system.
I would like to include color text and highlighting (for menus) in my text-based RPG I'm making.
Any suggestions?
Thanks, :)
Diode