C++ Solutions for 20 Parallel Computing

#1

Hello Authors,

We would love to see the solutions for Chapter 20 in C++ 11. Please let us know if you happen to have them in the Web as a download link.

Thanks,

0 Likes

#2

Hey Dayan,

Thanks for your question. The reason we don’t have C++ parallel programming code before is because when we firstly wrote this book, C++ support for parallel programming stuff is not matured enough so we have to use Java. Right now, C++11 and C++14 actually support that but since we are moving away from C++ to Java in the next major revision. We might not think about implement that. However, we welcome any reader who are interested in implementing that and send us for review. Please let us know what you think.

Tsung-Hsien

0 Likes

#3

Did you guys get any replies for parallel computing for c++11?
I’m just about to start working on that chapter and still a c++guy, was expecting a release of c++ versions of parallel computing.

0 Likes

#4

Hey Akash,

Sorry that the C++ parallel programming part is still in Java only because we don’t have time to do that now (we work on this book in part-time manner). However, if you are interested in that, please feel free to submit a git pull request to us as we can review those for you.

0 Likes