Fancy C++ Enumerations
C++ enumerations are somewhat lacking in functionality when compared to…
Very Simple C++ Unit Testing Framework
This post describes a very simple C++ Unit Testing framework.
C++ Colorized Console Output
This post explores an easy way to add color to…
Simple C++ Debugging and Logging
Example using macros to implement simple debugging and logging functions…