Articles Written by Issam Lahlali

Improve Unit Testing with Visual C++ Programming

Visual Studio comes with an interesting tool for unit testing, but for C++ we have to use C++\CLI to develop tests. In this article we discover a simple technique to avoid all of the drawbacks generated by using C++\CLI.

C++ Programming: CRT Concurrency Runtime: Resource Manager

The Concurrency Runtime simplifies parallel programming and helps you write robust, scalable, and responsive parallel applications. Come along as we explore the Resource Manager layer of this framework.

A Quick Look at the POCO Library's Design

The POCO C++ Libraries are a collection of open source class libraries for developing network-centric, portable applications in C++. POCO stands for Portable Components.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds