Archive for January, 2011

Parallel Programming with Microsoft Visual C++

Friday, January 14th, 2011

This week we have some more material available for “Parallel Programming with Microsoft Visual C++”. The latest drop on CodePlex includes another new chapter and the glossary: Chapter 2 – Parallel Loops Use the Parallel Loop pattern when you need to perform the ...

Parallel Programming with Microsoft Visual C++

Tuesday, January 4th, 2011

So it’s been a while but we now have some more material available for “Parallel Programming with Microsoft Visual C++”. The latest drop on CodePlex includes two new chapters: Chapter 6 - Dynamic Task Parallelism This chapter discusses situations where tasks are added to the work queue as the computation proceeds. This ...