+ 1
Try this ... #include<conio.h> void main() { textcolor(3); cprintf("cool...."); getch(); } you can use any integer inside textcolor(). whatever written inside cprintf() will be printed in that color.
19th Jun 2016, 5:50 AM
VIPUL RINWA
VIPUL RINWA - avatar