M
M
MDtox2018-11-02 19:27:50
Books
MDtox, 2018-11-02 19:27:50

What books on C++17 would you recommend?

It is the standard 17 that is needed (because of smart pointers). I want to drop normal and new/delete.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel, 2018-11-02
Yazovskikh @unepic

I highly recommend "Meyers S. - Efficient and modern C++. 42 tips for using C++11 and C++14". Not according to the 17th standard, but smart pointers did not appear in it either.

V
Vitaly, 2018-11-02
@vt4a2h

Only documentation + standard. Here is the best: https://en.cppreference.com/w/cpp , there are even examples. Well, look at the wiki or anywhere that was added in the 17th standard.
PS
And smart pointers were added in standard 11 to the standard library.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question