Implementing MCI in C++ using compiler / platform specific features.
Latest Log and Trace Files Articles
TRACER -- Reusable Class to Make Traces to Log File and External Trace Window
Review this re-usable class that can output trace to a window, logging file, or both. It works on a conditional compilation just like other traces to avoid code generation in release builds. Function entry and exit can also be done very easily.
LogDriver
A simplified log4j for C++, Windows and maybe *nix
General Purpose Log System
General Purpose Log System
A Text File Logging system for use in VC++ projects
A Text File Logging system for use in VC++ projects
Utility Class for logging errors to a file
Utility Class for logging errors to a file
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.