+ 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++?
4 Respuestas
+ 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...
+ 1
tldr: what are good ways/websites to learn c++ even further
+ 1
Challenge yourself
https://www.sololearn.com/discuss/459759/?ref=app
0
thanks for the list of references. But where should I start? (I'm not too interested in Mobile programming for some clarification)