Learn to comment a function in view of all variants of its definition. You simply comment multiple lines of C/C++ code.
Latest Comment Creators Articles
VSTS Annotations for C++: Beyond Just Documenting Method Behavior
Visual Studio Team System (VSTS) code annotations enable C++ developers to attach metadata to a method's parameters to explicitly define the correct usage of the method.
Active Comments Add-In
Enables you to point your code to URLs, MSDN links and even audio clips!!
Comment Function Macro for C/C++
One of the best, this macro solves several issues with other comment macros
Custom Comment-Out Macro
Aside from Visual Basic and C++ comments, this macro also supports Python script, scripts inside HTML pages, VBScript and Javascript
Comment Block Macros
Macros to quickly comment and uncomment blocks of code
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.