Hi all. I am learning C++ with tutorials online, but all of them seem to be on Windows. I got to the point where they were showing how to print in colours but apparently you need the command: #include <Windows.h>. OS X doesn't have that command. What is an alternative way I can print in color using 'cout'?
Thanks.