C++ Metaprogramming: Using String Literals as Template Parameters
This post explores how to trick C++ into accepting a…
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…
C++ Hello, world!
Hello, world! is often the first program that we write…