A
A
ArtemDevPK2016-09-01 20:40:04
C++ / C#
ArtemDevPK, 2016-09-01 20:40:04

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

3 answer(s)
J
Johnny Gat, 2016-09-02
@JohnnyGat

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.

You and the university will not give it "in that volume." A university differs from a school / vocational school / something else in that they do not teach at the university, but give the opportunity to learn. Teachers at the university can guide you (if you need it and you have a craving for knowledge), advise literature, answer your questions, talk about some subtleties, advise where to learn about other subtleties, etc.
If you want to develop yourself, do it. If you are interested in C++, learn it.
It's very easy to combine - you don't have to sleep until 2 in the afternoon :) How do people combine 2 jobs, or work and full-time study at the university, or work and full-time study at the university and a hobby and playing MMORPG yet? :) Can't you combine studying with reading just 1 book? Forgive me for being straightforward, but C++ is either not that interesting/important to you, or you are simply lazy and "came" here to find an excuse for your own laziness in front of yourself.

V
Vitaly, 2016-09-01
@vt4a2h

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.

K
Konstantin Stepanov, 2016-09-02
@koronabora

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 question

Ask a Question

731 491 924 answers to any question