PDA

View Full Version : Changing color of text  in c++?


thechillyman(again
03-15-2002, 02:04 PM
How do you change to color of the ouputed text in c++.

Chef
03-16-2002, 06:44 AM
OK, again,

If you need it for Borland C++, it would be nothing but

textcolor(0..14);
it requres
#Include <conio.h>
(the standard c/c++ library)

If you need it for Visual C++ (MS, Borland), can't help you ;( , simply don't remember.


Good luck
Chef