"Profile" a block of C++ code with just one include file and two variable definitions.
Latest Timers Articles
Safe Win32 Timer
Presents Win32 Timer classes using dynamic thunking technology.
A Simple Method For Timing Code
This article presents a simple method for timing code processing that is more effective than GetTimeTicks(). Article is based on using code on a Pentium.
Code to Calculate Time Left on Timer
Enables you to display to the end-user how much time is left on a timer
Timer Support for Non-Window Classes
Timer Support for Non-Window Classes
A Threaded Timer Class
A Threaded Timer Class
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.