This repository accompanies Beginning C++20 by Ivor Horton and Peter Van Weert (Apress, 2020).
Download the files as a zip using the green button, or clone the repository to your machine using Git. To make sure you also clone the 3rd party submodules in the Workarounds directory, we recommend using the following Git command:
git clone --recursive https://github.com/Apress/beginning-cpp20.git
At the time the book was completed, not a single compiler supported all C++20 features yet. We recommend you consult the Workarounds section on how to work around any compilation issues you may experience.
See the file Contributing.md for more information on how you can contribute to this repository.