From where i can learn advance c++?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 :)

25th Jan 2018, 6:27 AM
Anurag Verma
Anurag Verma - avatar
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.
25th Jan 2018, 6:31 AM
Michael55555
Michael55555 - avatar
+ 4
i think buying a book is the best option
25th Jan 2018, 6:53 AM
Anurag Verma
Anurag Verma - avatar
+ 3
Yes, I also bought me some books 😁
25th Jan 2018, 6:54 AM
Michael55555
Michael55555 - avatar
+ 3
Wow, you are like me only that I learn c# and not c++
25th Jan 2018, 7:17 AM
Michael55555
Michael55555 - avatar
+ 2
hey Michael can u suggest me some books.... :)
25th Jan 2018, 6:56 AM
Anurag Verma
Anurag Verma - avatar
+ 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. :/
25th Jan 2018, 7:04 AM
Michael55555
Michael55555 - avatar
+ 1
You can use www.cplusplus.com, they offer tutorials and documentation. For documentation, there's also devdocs.io/cpp
25th Jan 2018, 6:48 AM
SplittyDev
SplittyDev - avatar
+ 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.
25th Jan 2018, 6:57 AM
Vlad Serbu
Vlad Serbu - avatar