"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
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.

.NET Back to Basics: The Array Class
With facilities to search, copy, extract segments, and more, the array class can handle pretty much any task you need to perform with ease.

Using the MethodInvoker Delegate in Visual Basic
Learn about delegates, a type that represents a reference to physical methods with the same parameter list and return type.

Testing Solid Code
If you have written solid code, you have accomplished one half of the objective. Solid code is the protagonist, or hero, of our story, but testing is the more sedate side kick that often saves the day after the hubris of the hero has almost certainly lead to calamity.