The professional programmer''s Deitel- guide to C++20
Written for programmers with a background in another high-level language, in this book, you''ll learn Modern C++ development hands on using C++20 and its "Big Four" features--Ranges, Concepts, Modules and Coroutines. (For more details, see the Preface, and the table of contents diagram inside the front cover.)
In the context of 200+, hands-on, real-world code examples, you''ll quickly master Modern C++ coding idioms using popular compilers--Visual C++-, GNU- g++, Apple- Xcode- and LLVM-/Clang. After the C++ fundamentals quick start, you''ll move on to C++ standard library containers array and vector; functional-style programming with C++20 Ranges and Views; strings, files and regular expressions; object-oriented programming with classes, inheritance, runtime polymorphism and static polymorphism; operator overloading,