4
vukdev
6y

Advance C++ book ?
Maybe Effective Modern C++?

Comments
  • 1
    C++: The Complete Reference by Herbert Schildt
  • 0
  • 2
    Modern effective C++ is a guide to C++11 and C++14 and explains all the new concepts like templates, auto, lambdas, smart pointers, forwarding references, etc.
    If you are able to use C++11/14 I would recommend it, otherwise not so much because it wouldn't be of much use then.
Add Comment