Discover how to write a component that can be used in a COM+ enviroment.
Latest General Articles
Trace RPC Calls and Notify the COM+ Events to Your Program
Learn about a simple way to understand and implement the COM+ Admin and Instrumentation interfaces.
A Kick-Start to SAX with C++, Part 3
Learn how to implement some basic error handling and perform cleanup operations.
A Kick-Start to SAX with C++, Part 2
Learn how to work around the restriction of using a single handler type at a time.
A Pure C++ Implementation of a COM Smart Pointer
CComPtr wraps any interface pointer and will call AddRef() and Release() properly. You don't need to worry about controlling the lifetime of your interface pointer.
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.

Beginning C#: Basic I/O and Variables
This month, learn to put information into your programs and then print it.

Visual Basic Today: What Is Responsive Design?
New devices get invented fast and it is our job as developers to be able to accommodate for those changes and new devices. Learn about Responsive design.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.