The ``tour'' is a quick (about 180 pages) tutorial overview of all of standard C++ (language and standard library) at a moderately high level for people who already know C++ or at least are experienced programmers.
If you are looking for an
an introduction to programming for people who has never programmed before,
consider
Programming -- Principles and Practice Using C++.
That book is also be useful for people who have programmed a bit and want to improve
their style and technique - or to simply learn modern C++.
It is designed for classroom use, but written with an eye on self study.
Errata
Feel free to send me suggested errata.
I will fix every mistake that can be fixed within the constrains of the book.
I will post every errata that I think might impede understanding.