0
Solo learn c++ course is completed. I know that is not all to C++. I want to master this language. Where to learn more?
I know solo learn C++ is quite short. How much more i have to learn? Please point me in the right directionđ
3 Answers
+ 3
not quite sure what the last thing that this course taught but in order to "master" the language you have to grasp some important concepts.
classes
inheritance
virtual functions
polymorphism
templates
stacks
queues
dynamic arrays
linked lists
doubly linked lists
priority queues
hash tables
hash functions
binary trees
any kind of trees
advanced sorting or clustering algorithms
multithreading
once you know the majority of all of these and how they work, you should be close to being a "master"
however there are Many other things to look into. i would learn all of these, then go into some more "third-party" stuff.
as for a place to get these... thats up to the internet
hope this helps
+ 2
search c++ tutorial point
and make sure practice each and every exercise