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

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.