Concurrent Affairs - Four Ways to Use the Concurrency Runtime in Your C++ Projects

Mon, 12 Oct 2009 10:00:00 GMT

This article describes how to integrate the new parallel computing libraries in the Visual Studio 2010 Beta into existing C++ projects. Based on four common scenarios, the column explains a few of the ways developers can use the APIs and classes that are part of the Parallel Pattern Library (PPL), Asynchronous Agents Library, and Concurrency Runtime.

Read article

Concurrent Affairs - Solving The Dining Philosophers Problem With Asynchronous Agents

Mon, 18 May 2009 10:00:00 GMT

We use the new Asynchronous Agents Library in Visual C++ 2010 to solve the classic Dining Philosophers concurrency problem.

Read article