Earlier quoted context omitted.
Pray tell us, where does C++ need to be? All C++ programmers who I have talked to welcome most things in C++11. It simplifies their C++-code in many ways. As an example: specifying how to capture variables was something they were already dealing with when writing functors manually, now they have a shorthand syntax for it. As for the reason why non-C++ programmers don't like C++, perhaps you are in a better position t…
> Is there a book that teaches best practice C++11 without teaching any of the old cruft? http://www.stroustrup.com/4th.html
I had an older version of the book that had all the code examples in a proportional italics font and it was some of the toughest reading I have done.