Answer the question
In order to leave comments, you need to log in
How to make a C++ learning plan?
Good afternoon.
Please tell me a consistent C ++ training plan that will give you the knowledge not only to solve cognitive problems, but to apply yourself in commercial practice.
Most courses provide the basics, the plan is the same everywhere. Passed the basics, data types, overloading, encapsulation, polymorphism, etc. and finished with the theoretical part of using templates.
I would like to see something like a hexlet training plan, where the technologies for creating a specific application are described in detail.
I found an otus plan in the courses, and I would also like to know an opinion on it:
Answer the question
In order to leave comments, you need to log in
At otus, this is a training plan for a junior with some kind of commercial experience to the middle. And the idea of stuffing all of C++ into your head before you even start commercial experience doesn't make much sense.
Perhaps it would be better to master the basics of the language in the volume of Stroustrup's book (but not necessarily according to it), plus add git, read some articles on performance and typical errors and go get a job as a junior. And even then, to fill bumps, study patterns / anti-patterns, etc.
Useful, of course, if you find a good one.
Writing a bot is a good idea, plus you'll need some code to show at the interview. You don’t need to write something big, at first it will be noodles from bad code, which you won’t learn much from.
It's better to write code, the theory is certainly good and necessary, but it's useless without practice.
Try watching this video tutorial. I think it will be useful.
here
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question