C++ Object Programming Terminology
This blog post explains object programming terminology used in C++.
C++ Metaprogramming: Using String Literals as 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.