C++ Metaprogramming: Introduction to Templates
Introduction to C++ metaprogramming using templates.
Using String Literals as C++ Template Parameters
This post explores how to trick C++ into accepting a string literal as a template parameter.
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.