I am running C in Code:Blocks IDE with the compiler GNU GCC. And I want to use colorful string output in my console application. The OS I am on is Windows
Previously, I used Borland C. So, using textcolor() textbackground() and cprintf() were fine. But these function does not seem to work on Code:Blocks IDE with GNU GCC Compiler wrapped with it.
What should I do to print colored texts now?
