Add one header file to your *.vcproj, insert a few lines of code into your class header, and you'll never again worry about the asynchronous routines in your ATL GUI application.
Latest Misc. Articles
Secure C++: Checked Iterators for Safer STL Coding
The security issues with Standard C++ aren't as severe as those of C and the CRT, but a few exploits are possible if you misuse STL and iterators.
Interprocess Communication Using the Running Object Table (ROT)
Discover a simple technique to share data across multiple processes running on the same machine using the Running Object Table.
Reformatting Microsoft's Wizard/Template Generated Project Files
Configure the Wizard template header files.
Drop Bar - An Internet Explorer '& Windows Explorer Toolbar
Drop Bar is an Internet Explorer Toolbar Band implemented using ATL. It allows drag and drop of files onto its user defined buttons. Scripted actions can then be performed with the files being dropped.
ATL Used for Connection Point and Toolbar Exposure
ActiveX Control as well as container, exposing toolbar. Includes event mapping of toolbar buttons at client side.
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 Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.