+ 1
How to add colour and change font type and font size in c++?
want to change colour for one text and not for remaining other texts.
1 Resposta
+ 3
What GUI and font rendering library are you using? On its own C++ sends output to stdout so it depends on console settings then. If you're using libs for GUI, they should be documented.