top | item 13390309

(no title)

shangaslammi | 9 years ago

Is there a good, terse primer on the features and coding idioms/best practices of C++17 for someone who was proficient in C++98 but hasn't touched the language in years?

discuss

order

eej71|9 years ago

Unfortunately it's not terse but Effective Modern C++ by Scott Meyers is a good resource.

http://shop.oreilly.com/product/0636920033707.do

72deluxe|9 years ago

Note that this book covers C++11 and C++14. C++17 wasn't on the scene much at this point so there is no mention at all of it in the book.

Having said that, C++17 was a minor update (much to Stroustrup's displeasure) and I can heartily recommend this book.

It was Meyer's last book as he is now retired (but will happily reply to emails; I love that about the C++ community - I've emailed Sutter, Stroustrup and Meyers and they will all reply).