Menu

A Good Overview of C++ 11

February 11, 2014

In this small book, the creator of C++ provides an overview of the new features in C++ 11 and the STL.

The book is—according to the author—a revised excerpt from his standard work “The C++ Programming Language.” It is intended for everyone who doesn’t have enough time or desire, or who just wants to quickly learn about all the new features (like me, for example). To benefit from this book, however, you must already be familiar with C++. It is not a textbook.

I recommend everyone take a closer look at C++ 11. One problem with C++ is that it has been around for a very long time. As a result, many programmers have acquired a certain part of the language and only use that specific part. However, C++ 11 now offers a much more modern way of programming—for example, lambda expressions—so it is truly worth a look. With C++ 11, you can work much more productively.

  • Bjarne Stroustrup
  • A Tour of C++
  • Kindle
  • 2013

See also the review on Amazon.

categorySoftware Engineering