To get the most out of this book
The g++ compiler with the option -std=c++2a is used to compile the examples throughout the book.
Software/hardware covered in the book |
Operating system requirements |
g++ compiler |
Ubuntu Linux is a plus, but not a requirement |
Basic C++ experience, including a familiarity with memory management, object-oriented programming, and basic data structures and algorithms, will be a big plus.
If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.