Is there anyway to make a printf and have only a certain part of the text displayed in the console in colour?
For example, let's say I'm about to print:
printf("a b c");
Is there anyway to print only one of those letters in colour? Can I have an output in the Windows console that only displays one of them in colour? If so, how should I do it and what library should I use?