This article introduces a simple wrapper template.
Latest Testing & Debugging Articles
Parallel Lint
Understand the new direction in development of static code analyzers - verification of parallel programs. The article reviews several static analyzers which can claim to be called "Parallel Lint".
Compiling and Integrating Crypto++ into the Microsoft Visual C++ Environment
Learn how to compile and integrate Crypto++ into the Microsoft Visual C++ environment.
In Praise of the Lowly Comment
See how to make comments in your code more useful & effective for you and your fellow developers.
Unit Testing with CPPUnit
Learn to unit test C/C++ applications using the CPPUnit unit testing framework.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

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.