Learn about the link list as an example of a compile-time data structure and implement it with template meta-programming.
Latest Math Articles
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).
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.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.

Getting Started with Visual Basic: Getting the VB Software
After you've read this article, you're well on your way to becoming a Visual Basic developer.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.