Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22004

Change text color using C

$
0
0

I've been reading some few articles about changing text color using C, but the problem is they all tend to be related to Turbo C

textcolor(RED);

And I have a need to change the color of variable: value (user input) output similar to what we get when we execute "inxi -S" on terminal program. How do I change the color of my console program?


Viewing all articles
Browse latest Browse all 22004

Trending Articles