Preface
Welcome to C++20 for Programmers: An Objects-Natural Approach. This book presents leading-edge computing technologies for software developers. It conforms to the C++20 standard (1,834 pages), which the ISO C++ Standards Committee approved in September 2020.1,2
1. The final draft C++ standard is located at: https://timsong-cpp.github.io/cppwp/n4861/. This version is free. The published final version (ISO/IEC 14882:2020) may be purchased at https://www.iso.org/standard/79358.html.
2. Herb Sutter, “C++20 Approved, C++23 Meetings and Schedule Update,” September 6, 2020. Accessed January 11, 2022. https://herbsutter.com/2020/09/06/c20-approved-c23-meetings-and-schedule-update/.
The C++ programming language is popular for building high-performance ...