Discover how to use separate projects within a solution to reduce confusion when you have imported code mixed with your new code.
Latest Win32 Articles
32 OpenMP Traps for C++ Developers
Pursue a description of a number of parallel code errors that lead to incorrect behavior of parallel programs created with OpenMP.
SFL 2.0 Service Framework Library for Native Windows Service Applications, Part 3: SFL Architecture
Find out what is under the SFL's hood.
Fancy Custom MessageBox
Discover a method for customizing message boxes created with the MessageBox Windows API function.
Auto Increment the Version Number after Each Build in a Visual Studio Project
This is a Version Number Build Tool for Automatic Version Numbering after each build in the Visual Studio Environment.
Distributed Network Object
Learn to use the "Network Distributed Object Model" to have a simplified way of performing network communication at the object level.
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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
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.