April 2022
Intermediate to advanced
1012 pages
38h 1m
English
Objectives
In this chapter, you’ll:
Quickly get a “40,000-foot view” of this book’s architecture and coverage of the large, complex and powerful programming language that is C++20.
Test-drive compiling and running a C++ application using our three preferred compilers—Visual C++ in Microsoft Visual Studio on Windows, Clang C++ in Xcode on macOS and GNU g++ on Linux.
See how to execute Docker containers for the g++ and clang++ command-line compilers, so you can use these compilers on Windows, macOS or Linux.
See resources where you can learn about C++’s history and milestones over 40+ years.
Understand why concurrent programming is crucial in Modern C++ for getting maximum performance from ...
Read now
Unlock full access