Thread
:
How do you change to color of the text in c++.
View Single Post
#
4
03-05-2002, 07:28 PM
Chef
Posts: n/a
Re: How do you change to color of the text in c++.
#include(conio.h)
textcolor(RED);cout('cow');
end
plz don't laugh, haven't used c++ for years
Cheers
Chef
Chef