using normal C++ is there a way to change the color that my app couts? With or without a graphics library
Printable View
using normal C++ is there a way to change the color that my app couts? With or without a graphics library
I dont know what you mean by "Normal" C++, but there is a 'C' function (which can still be used in C++ if you use stdio.h) I belive it is called cprintf(...) and the color is determined by chaning it prior.
you may have to ask someone else for more details, but I know I had to use cprintf
I just meant not Visual C. So could you give me an example of that code? How would I change the color?