Answer the question
In order to leave comments, you need to log in
How to make a training plan?
At the end of the summer I started reading Stroustup's book on c++ (Principles and practice of using C++). I read it up to chapter 7. I really liked C++ and would like to study and work in this direction. I am in my 3rd year of college, which is under the control of the state. university (city of 200 thousand people). Now, with the beginning of training, we were told that they would teach c ++, oop in it, database and much more. I would like to know about the intricacies of the language and other small important details, but I'm not sure that in college we will be given it to the extent that I want to study it. In addition, due to the large number of students, my group was placed on the 2nd shift, and this is study from two to eight. Actually, what to do? Is it worth it to stop reading a book and learn only what is given, or continue to read a book, but then how to combine it?
Answer the question
In order to leave comments, you need to log in
I would like to know about the intricacies of the language and other small important details, but I'm not sure that in college we will be given it to the extent that I want to study it.
The book is definitely not worth throwing away. You will have to read a lot, because C ++ is only a small part of what a developer needs to know, get used to it. How to combine? Very simple: read in the morning, or in the evening, after college.
I propose this option:
Do not quit books on C ++, go through, be sure to complete the tasks.
At the university, as they study, they will talk about different things, there will be repetition. The main task is to remember what was in the book. Ideal - after class, in the evening, code a couple of examples and see what happens with solving similar problems in Java, for example, what are the differences in approaches, pluses and minuses. The syntax of the languages is almost the same, it will only be necessary to understand the semantic difference.
The most important thing is to write as many working programs as possible, large and small, to bring them to the end, to catch bugs.
Yes, I also recommend taking a code design standard at an educational institution. If there is none, then you need to use this one, for example: https://habrahabr.ru/post/172091/
At this stage, it will be very difficult, dreary and disgusting, but you need to break through a series of mistakes, master the language at a basic level. At the same time, you will understand Java a little if you follow my advice.
And then - there will be a slightly different conversation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question