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
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Services Made Easy
Discover how to easily create and add WIN32 Services in .NET. You’ll also discover the Topshelf toolkit.

Working with Configuration Files and Visual Basic
Learn how to store, modify, and retrieve information from a configuration file in Visual Basic.

Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.