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 Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

A .NET DNS Lookup Tool
Just by using a bit of code, you can find virtually any IP address and its "real" name.

Working with Windows 8.1 Control Panel Applets
Discover how to run all the various Control Panel applets from your own program.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.