K
K
Kirill2021-11-04 23:18:57
C++ / C#
Kirill, 2021-11-04 23:18:57

Where is the best place to learn C++?

Hello, I am currently self taught. I watch YouTube videos about learning C++ . The author who teaches me " SimpleCode ".

He tells everything well for dummies like me.

I want to know. if there are other options for learning C ++ ? Paid books or free books, courses, videos or anything else.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
calculator212, 2021-11-04
Tritonov @tritonov01

Hello, I am a beginner programmer. My first language will be C++.
In the process of learning, I sometimes forget the syntax of the code. To be more precise, I forget part of the code.
And in the process of learning, I sometimes forget some points. Let's say I fully studied for, but I don't use while and do while, so I partially forgot its syntax.
I want to know. if there are other options for learning C ++? Paid books or free books, courses, videos or anything else.

I looked at your previous questions there, in general it’s normal that you forget something if you don’t use it, this is a common thing. You will remember such things sooner or later, or you can just write a simple program using the construct and look there if you forgot something. You don't remember everything.
Yes, there are thousands of these books, but usually a roadmap (you can google c++ developer roadmap) looks something like this:
1) learning the basics of the language (loops, the concept of OOP in c++, simple pointer work and memory)
2) then it makes sense to look away stl
3) study qt, boost or whatever you need
In general, simple code is likely to suffice for a university, if not, then read more ravesly.
Well, if you need a more / less detailed answer, then you should write what the language is for, if you need it for couples at a university, then any book for beginners on 600 pages will most likely be enough for you. If you want to work with him, then the coverage is too large and you need to specify where you want to work.

R
Ronald McDonald, 2021-11-04
@Zoominger

You managed to choose the most garbage channel, congratulations.
Read Stroustrup. Of course, I'm not 100% sure, but one of the authors of the language will certainly teach you it.

V
vorobyshekvorobiev, 2021-11-15
@vorobyshekvorobiev

Try Avenue courses https://msk.avenue.school/courses/c-developer/
It takes 4 months to study, but they have a good program. They will really teach in such a time, because there is a lot of practice in the courses

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question