Skip to content

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.

Software Engineering #c++ #review

Read next

Program of the parallel 2017
Apr 04, 2017 gpu-computing

Talk about GPU computing with CUDA and OpenCL

In March 2017 I gave a talk about GPU computing with CUDA and OpenCL at the para//el 2017 conference in Heidelberg, Germany.

#c++ #parallelism #concurrency #slides #talk #nvidia-cuda #gpu-computing #opencl
Read more
Nov 30, 2016 gpu-computing

CUDA 8.0 on Mac OS/X

CUDA 8.0 on Mac OS X 10.12 gave me the following error:

#c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more