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 CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Taking Control of Gravity on Unity3D
Play with gravity in Unity.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.