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

Deploying .NET Core Apps to the rPi 2
Learn to build a console application that you can run on the rPi 2.

Visual Basic AI: Creating a Genetic Algorithm
Dive into Genetic Algorithms and create a way to train a Neuron Network to distinguish right from wrong.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.