Book description
In A Tour of C++, Third Edition, Bjarne Stroustrup provides an overview of ISO C++, C++20, that aims to give experienced programmers a clear understanding of what constitutes modern C++. Featuring carefully crafted examples and practical help in getting started, this revised and updated edition concisely covers most major language features and the major standard-library components needed for effective use.
Stroustrup presents C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, emphasizing newer language features. This edition covers many features that are new in C++20 as implemented by major C++ suppliers, including modules, concepts, coroutines, and ranges. It even introduces some library components in current use that are not scheduled for inclusion in the standard until C++23.
This authoritative guide does not aim to teach you how to program (for that, see Stroustrup's Programming: Principles and Practice Using C++, Second Edition), nor will it be the only resource you'll need for C++ mastery (for that, see Stroustrup's The C++ Programming Language, Fourth Edition, and recommended online sources). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you won't find a shorter or simpler introduction.
..
Table of contents
- Cover Page
- About This eBook
- Halftitle Page
- Title Page
- Copyright Page
- Contents
- Preface
- 1 The Basics
- 2 User-Defined Types
- 3 Modularity
- 4 Error Handling
- 5 Classes
- 6 Essential Operations
- 7 Templates
- 8 Concepts and Generic Programming
- 9 Library Overview
- 10 Strings and Regular Expressions
- 11 Input and Output
- 12 Containers
- 13 Algorithms
- 14 Ranges
- 15 Pointers and Containers
- 16 Utilities
- 17 Numerics
- 18 Concurrency
- 19 History and Compatibility
- Module std
- Index
- Code Snippets
Product information
- Title: A Tour of C++, 3rd Edition
- Author(s):
- Release date: September 2022
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780136823575
You might also like
book
A Tour of C++, 2nd Edition
In Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide …
book
C++ Primer, Fifth Edition
Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard Fully updated and recast …
book
The C++ Programming Language, 4th Edition
The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to …
book
Programming: Principles and Practice Using C++, 2nd Edition
An Introduction to Programming by the Inventor of C++ Preparation for Programming in the Real World …