"Profile" a block of C++ code with just one include file and two variable definitions.
Latest Timers Articles
An Accurate Timer Class
Create a timer that takes into consideration the fact that routines such as sleep() take time!
CWndTimer, a Windows Timer Class
Discover how to implement Windows timers. This class can be used in both WIN32 or MFC applications.
Creating a High-Precision, High-Resolution, and Highly Reliable Timer, Utilising Minimal CPU Resources
Learn to create a solution that allows for highly reliable timers to be implemented on Windows-based platforms.
CWaitableTimer
64-bit waitable timer class with 100 nSec resolution
Latest Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Working with Google Protocol Buffers and .NET
Learn about something called "Google Protocol Buffers," and watch for later posts on other IoT subjects.

Working with Primes and Fibonacci Sequences in Visual Basic
Play with the Fibonacci sequence and prime numbers in this example-driven article.

Lesson Learned: The Need for a Domain Language
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.