Technical requirements
All examples in this chapter have been tested in an environment with the following configuration:
- Linux Mint 21 Cinnamon edition.
- GCC 13.2 with compiler flags:
-std=c++20
. - A stable internet connection.
- Please make sure your environment is at least this recent. For all the examples, you can alternatively use https://godbolt.org/.
- All code examples in this chapter are available for download from https://github.com/PacktPublishing/C-Programming-for-Linux-Systems/tree/main/Chapter%208.