Rust Hello, world!
Hello, world! is often the first program that we write
C++ Metaprogramming: Introduction to Templates
Introduction to C++ metaprogramming using templates.
C++ Object Programming Terminology
This blog post explains object programming terminology used in C++.
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.
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.
Swift Hello, world!
Hello, world! is often the first program that we write