C++ Colorized Console Output
This post explores an easy way to add color to console output.
Simple C++ Debugging and Logging
Example using macros to implement simple debugging and logging functions that log to the console.