Learning c++ beyond sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Learning c++ beyond sololearn

I've completed the c++ course in sololearn, which gave me a better understanding of object oriented in c++. however other than explaining how classes and methods work, I never got a good idea of all of the functions in c++, more advanced concepts and function usage. I know enough to make simple programs. but when searching for answers to problems on stack overflow for example, I end up scratching my head at the code snippets I'm looking at and get lost. what are good ways to further learn c++?

11th Oct 2017, 4:44 PM
K1llJ0Y
K1llJ0Y - avatar
4 Answers
+ 4
www cplusplus.com/doc/tutorial Has some good info on many topics. Worth a visit if you don't know what is static_cast, enum class, move constructor, string class, etc...
11th Oct 2017, 4:56 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 1
tldr: what are good ways/websites to learn c++ even further
11th Oct 2017, 4:45 PM
K1llJ0Y
K1llJ0Y - avatar
11th Oct 2017, 4:45 PM
Manual
Manual - avatar
0
thanks for the list of references. But where should I start? (I'm not too interested in Mobile programming for some clarification)
11th Oct 2017, 4:50 PM
K1llJ0Y
K1llJ0Y - avatar