Parallel calculations: Difference between revisions

Content added Content deleted
Line 208: Line 208:
{{libheader|Microsoft Parallel Patterns Library (PPL)}}
{{libheader|Microsoft Parallel Patterns Library (PPL)}}


This uses C++0x features including lambda functions.
This uses C++11 features including lambda functions.


<lang cpp>#include <iostream>
<lang cpp>#include <iostream>
Line 265: Line 265:
}
}
});
});
return 0;
}</lang>
}</lang>
Output:
Output: