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.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.