+ 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++

9th Apr 2018, 6:46 PM
B135
4 Answers
+ 1
I also like the website http://www.cplusplus.com
9th Apr 2018, 8:48 PM
Ariela
Ariela - avatar
+ 1
YouTube and google
9th Apr 2018, 8:47 PM
Ariela
Ariela - avatar
+ 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.
2nd May 2018, 7:08 PM
Bryant
Bryant - avatar
0
book...thinking in c++
18th Apr 2018, 3:09 AM
$¢𝐎₹𝔭!𝐨𝓝
$¢𝐎₹𝔭!𝐨𝓝 - avatar