Source code of the examples provided in each chapter of the new TBB book. Coming soon in April 2025!
- Make sure you have installed CMake version 3.4 (or newer) on your system. These examples use CMake build configuration
- TBB, which is needed of course, can be installed from source or as part of a oneAPI tookit
To configure, at the command prompt, type
cmake <options> <repo_root>
To build the examples, run
cmake --build .
We have organized this repository by topic instead of by chapter and some figures in the book are combined into a single example source file. The table below can be used to map book figure numbers to their corresponding source files.
Feel free to leave comments/suggestions/feedback.
Mike and James