+ 1
Where can you learn more of C++
I want to learn more of C++ but I donât know where. So, do you know a (free) place where you can learn more of C++
4 Answers
+ 1
I also like the website http://www.cplusplus.com
+ 1
YouTube and google
+ 1
Already having some good theoretical and practical background, it is strongly recommended to dive into the https://amzn.to/2JDuh2U (Professional C++), one of the best books teaching best practices in C++.
During or after this book you should definitely read Scott Meyers' books on C++, at least https://amzn.to/2jjAFB3 (Effective Modern C++). Many interview questions are from Meyers' books.
At this point you should be able to design and implement projects like a file manager or a photo album.
Don't forget to learn C++ Standard Template Library (STL), a really good guide on STL is https://amzn.to/2KoIt14 (The C++ Standard Library by N. Josuttis). To be a really confident developer, try to implement all the STL's containers and algorithms.
0
book...thinking in c++