+ 1
Is there a way to add different colors to a C++ output like HTML?
I would like to know if C++ can change colors with its output and if so how? I just want to use C++ and don't want to use other languages if I don't have to. I would like it where one line is one color and the next is a different color.
2 Réponses
+ 1
Maybe you'll find this helpful?
https://stackoverflow.com/questions/4053837/colorizing-text-in-the-console-with-c
+ 2
Thank you