Depth of Code

Hani’s blog

Book: Tour of C++ 2nd

Sep 16, 2019

TL;DR: 4/5. A solid “2nd book” if you already knew some C++98/03 or have learned a bit of modern C++ from another resource

A Tour of C++, 2nd edition

I’ve just finished the Tour of C++ 2nd edition by Bjarne Stroustrpe. Below is a quick glance over the book’s chapters, as well as what I liked/disliked.

Chapter 1: The Basics

Chapter 2: User-Defined Types

Chapter 3: Modularity

Chapter 4: Classes

Chapter 5: Essential Operations

Chapter 6: Templates

Chapter 7: Concepts and Generic Programming

Chapter 8: Library Overview

Chapter 9: Strings and Regular Expressions

Chapter 10: Input and Output

Chapter 11: Containers

Chapter 12: Algorithms

Chapter 13: Utilities

Chapter 14: Numerics

Chapter 15: Concurrency

Chapter 16: History and Compatibility

Here are some opinions about the book: