Changing Text Color

From: Mike King (emailMK_at_excite.com)
Date: 10/27/03


Date: Mon, 27 Oct 2003 12:39:57 -0500

Does anyone know how to change the color of the text in a console
application?

...
printf("This is a test");
setcolor(BLUE);
printf("This is a test");
setcolor(RED);
...