Technical requirements
The code for this chapter is available on GitHub at https://github.com/PacktPublishing/Debunking-CPP-Myths, in the ch7
folder. The code has been compiled with Makefiles using g++ and C++ 20. The example regarding the Actor Model uses C++ Actor Framework (CAF) (https://www.actor-framework.org/) so you’ll need to install it before working on it. On Ubuntu, it can be installed by running apt install libcaf-dev
. The CAF version that’s used in the examples is the stable Ubuntu version of the library: 0.17
.