Advertisement

Color ascii art w/ C++...

Started by March 25, 2003 03:56 AM
-1 comments, last by Rainniar 21 years, 7 months ago
Hey everyone! I was just wondering if someone could explain how I might go about using the following header file to produce a color ascii graphic within a console app. The header file was created by an older prog. called "The Draw". I can use the file if it has no color codes in it and it''s just plain grey but Im not sure how to use the color ones. Here''s a sample file... /* TheDraw C Screen Image. Date: 03/25/03 */ #define TEST_WIDTH 80 #define TEST_DEPTH 25 #define TEST_LENGTH 4000 unsigned char TEST [] = { ''$'', 0x0E, ''$'', 0x0E, ''$'', 0x0E, ''$'', 0x0E}; Thanks

This topic is closed to new replies.

Advertisement