April 2022
Intermediate to advanced
1012 pages
38h 1m
English
Before using this book, please read this section to understand our conventions and set up your computer to compile and run our example programs.
We use fonts to distinguish application elements and C++ code elements from regular text:
We use a sans-serif bold font for on-screen application elements, as in “the File menu.”
We use a sans-serif font for C++ code elements, as in sqrt(9).
We maintain the code examples for C++20 for Programmers in a GitHub repository. The Source Code section of the book’s webpage at
https://deitel.com/cpp20fp
includes a link to the GitHub repository and a link to a ZIP file containing the code. If you’re familiar with Git and GitHub, clone ...