Use this macro to generate backups from Microsoft Visual Studio solution's context menu
Latest Version Control Articles
Visual C++/SourceSafe Change and Build Tracer
Macros that enable Visual C++ developers to trace project builds and changes in Visual SourceSafe.
Incrementing Workspace Build Versions
This program readies workspace files and checks the projects it contains. Each is checked for changes, since the last time the program was executed.
An Automatic Build Incrementer for VC6
Macros that enables Visual C++ developers to automatically increment their application revision numbers on each build
Application to Switch Version Control Systems
Application to Switch Version Control Systems
Improved AutoIncreasing build number and other macros
Improved AutoIncreasing build number and other macros
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.