The Wayback Machine - https://web.archive.org/web/20111028080623/http://www.codeguru.com/cpp/misc/misc/math/

    Math

    Compile Time Data Structure Using Template Meta Programming

    Learn about the link list as an example of a compile-time data structure and implement it with template meta-programming.

    Template Meta Programming and Number Theory, Part 2

    Learn to use the C++ language construct such as "Template template parameters" to introduce the abstraction layers not only to improve the quality of code but also to make it more reusable.

    Template Meta Programming and Number Theory

    Learn how to implement some basic number theory functions with the help of C++ template meta programming.

    Product Keys Based on the Advanced Encryption Standard (AES)

    Protect Software with Product Keys based on the Advanced Encryption Standard (AES).

    [Updated] Deriving Projection Matrices

    Walk through the mathematical derivation of orthographic and perspective projection matrices used in 3D graphics.

    The Basics Of Binary

    Learn about the basics of how binary data is stored and manipulated. It is intended for readers who are fairly new to numerical systems. The concepts of storing integers, real numbers, and characters are discussed.

    Logic-Grid: An Elegant Alternative to Your If-Else Nightmare!

    Deeply nested if-else and giant switch statements are a common sight in any complex logic implementation. Maintaining such a messy chunk of code is really a nightmare. Learn a very effective technique that I call logic-grid technique to implement rule engines and finite state machines (FSM).

    Calculator

    This article give you the necessary code to create a text-based calculator. The calculator can handle variables, complex numbers, and draw functions.

    Numerical Analysis - Binomial Theorem Demo

    Code to explain the working of Binomial Theorem.

    Simple Numerical Formula Parser

    Simple Numerical Formula Parser