Showing results for C++ - .NET Parallel Programming

Jun 6, 2008
0
0

Mandelbrot in Parallel with C++/CLI

Stephen Toub - MSFT
Stephen Toub - MSFT

Since the release of the December 2007 CTP of Parallel Extensions, we've received several questions about whether Parallel Extensions can be used from C++/CLI.  In short, yes, it can! (It can be used with any .NET language, one of the beauties of this functionality being provided through a library.)  To demonstrate, we included in the Jun...

Parallel ExtensionsTask Parallel LibraryCode Samples
May 29, 2008
0
0

Parallel Computing Platform at TechEd 2008

Stephen Toub - MSFT
Stephen Toub - MSFT

Heading to TechEd 2008? Come discover some of the exciting technologies the Parallel Computing Platform team is working on. We're presenting four sessions on parallelism at the Developer conference: DVP205 The Microsoft Parallel Computing Initiative: Bringing Concurrency to the Masses Tuesday, June 3 10:30 AM - 11:45 AM, S210 B Software is headed...

Parallel ExtensionsTalksC++