A newer version of this book has been released: A Tour of C++ (3rd Edition)
Please login to comment
A Tour of C++ (2nd Edition).
The ``tour'' is a quick (about 240 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. It covers C++17 plus a few likely features of C++20.
Available here:
- The Preface
- Table of Contents
- Exercises from The C++ Programming Language (4th Edition)
- My book list
- My book covers Look here for translations
If you are looking for a more complete description of C++ and the styles of programming it supports, consider The C++ Programming Language (4th Edition).
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.