+ 3
From where i can learn advance c++??
i want to learn advance c++...the tutorials given in sololearn is just the basic....even less than my school's textbook...from where i can learn...can anyone give me some suggestions... thanks in advance :)
8 Answers
+ 5
To learn advance C++ I would buy books or complete tutorials at Udemy, YouTube...
But the most important is code projects because if you doesn't know something you also try new way's and learn by the last errors.
+ 4
i think buying a book is the best option
+ 3
Yes, I also bought me some books đ
+ 3
Wow, you are like me only that I learn c# and not c++
+ 2
hey Michael can u suggest me some books.... :)
+ 2
I only read Java, MVC and C# books, and all of them was in German, so sorry I don't know any English C++ books. :/
+ 1
You can use www.cplusplus.com, they offer tutorials and documentation. For documentation, there's also devdocs.io/cpp
+ 1
Reading "The C++ Programming Language, Fourth Edition" by the guy who made the language a.k.a Bjarne Stroustrup (you can find the pdf online) and then reading about the changes in C++14 and C++17 would be the simplest way to learn more or less everything there is to know about the language.