Subj : write with colors To : borland.public.cpp.borlandcpp From : "Rob C." Date : Fri Sep 05 2003 03:05 pm My old compiler, PowerC for DOS, had a function called writechs( string[i], attr, 1 ); that would write one character in any foreground/background color that was specified in ‘attr’ - (0x71, etc). Could someone show me the code used to write this? .