Hey I am trying to figure something out how can i make some simple text have some color like lets say i have a function printing out
This needs to be blue
how can i make it blue
This is a discussion on Color text within the C Programming forums, part of the General Programming Boards category; Hey I am trying to figure something out how can i make some simple text have some color like lets ...
Hey I am trying to figure something out how can i make some simple text have some color like lets say i have a function printing out
This needs to be blue
how can i make it blue
I believe that in MS-DOS its :
textcolor(blue);
cprintf("hello world\n");
Try the forum search. This topic only comes up every semester 10 times.