villbass / beginning-cpp20

Source Code for 'Beginning C++20' by Ivor Horton and Peter Van Weert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apress Source Code

This repository accompanies Beginning C++20 by Ivor Horton and Peter Van Weert (Apress, 2020).

Cover image

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

C++20 Compiler Support

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.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.

About

Source Code for 'Beginning C++20' by Ivor Horton and Peter Van Weert

License:Other


Languages

Language:C++ 97.9%Language:C 2.1%