Delve into some of the key aspects of the C/C++ compilation process with GCC.
Latest Object Oriented Programming (OOP) Articles
C++ Programming: Using Initializer Lists And Sequence Constructors in C++0x
Developers rejoice, the C++0x standard has changed the rules of initialization to allow you to initiate almost any object.
Easy C++ - Delegates / Generic Properties / Closures / Thunks
Implement delegates in C++ (which normally most of C++ compilers don't support) in a way that is really easy and that is cross-compiler compatible.
A Case study on MFC
MFC Analysis with CppDepend.
A Fast Version of Conway's Game of Life with Thread and DirectX Draw
Sample code for a fast version of Conway's Game of Life with thread and DirectX draw.
A Multidevice ASIO Output Plugin for WinAMP
Explore a C++ replacement of the official ASIO SDK that supports multiple ASIO devices put to the test in a tiny WinAMP output DLL.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.