I am wondering if it is possible to use colours in the xcode console when using C++ std::cout.
As an example output std::cout << "Hello World!" << std::endl;
Where Hello World! is colourised?
I am wondering if it is possible to use colours in the xcode console when using C++ std::cout.
As an example output std::cout << "Hello World!" << std::endl;
Where Hello World! is colourised?
Ttry adding some ASCII colour escape codes and see if they work. I doubt they will.