Colored Text C++ LardBoi
https://repl.it/@LardBoi/Colored-Text-to-terminal-C
Basically there's a header file "colormod.h" and that has the color code directly to the terminal. and you use the Color namespace.
samvader
Cool, I didn't know this was a thing! I've just been using Curses, which may be more robust but isn't quite as simple. I like it.
babbott1
I used your code a starting point to convert it to straight C ... didn't finish though...
https://repl.it/@babbott1/font-colors
Hmmm.... I tried it on here and it worked, but when I tried using it on my project, it said colormod.h doesn't exist.