0%

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

  1. Cover Page
  2. About This eBook
  3. Halftitle Page
  4. Title Page
  5. Copyright Page
  6. Contents
  7. Preface
  8. 1 The Basics
  9. 2 User-Defined Types
  10. 3 Modularity
  11. 4 Error Handling
  12. 5 Classes
  13. 6 Essential Operations
  14. 7 Templates
  15. 8 Concepts and Generic Programming
  16. 9 Library Overview
  17. 10 Strings and Regular Expressions
  18. 11 Input and Output
  19. 12 Containers
  20. 13 Algorithms
  21. 14 Ranges
  22. 15 Pointers and Containers
  23. 16 Utilities
  24. 17 Numerics
  25. 18 Concurrency
  26. 19 History and Compatibility
  27. Module std
  28. Index
  29. Code Snippets
18.117.105.28