effective c++ is a bit out of date but still very good. i read it while learning c++ 'properly' last year and found it very helpful, but it helps to have some knowledge of modern c++ to know what is still relevant. there isn't much overlap with effective modern c++.
I even found the other assortment of videos super interesting when I was first learning about C++. I found a lot of the best ones by setting the view count to 'most watched'.
Bought some books.
- Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
- C++ Concurrency in Action
- C++ High Performance: Master the art of optimizing the functioning of your C++ code
If anyone has any recommendations would love to hear them.