Take a look at C++ templates in this first of several articles digging into the topic.
Latest Tutorials Articles - Page 2
ATL Under the Hood Part 4
A look at ATL and assembly language.
Why ATL Uses Template Classes
This article discusses why ATL uses template classes. This is not a discussion of ATL features, but just the principle behind the Template library.
ATL Under the Hood Part 1
Tutorial that presents a discussion of the memory layout of an ATL program and more.
ATL Under the Hood Part 3
Template techniques used by ATL.
ATL Under the Hood Part 2
Interesting stuff behind virtual functions.
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.

A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating a Tic Tac Toe Game in Visual Basic
Create a Tic Tac Toe game with Visual Basic. I hope you will agree on how easy it is to do.
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.