+ 1
Как вы считаете, если я хочу выучить к примеру языки C++ и Java, то следует выучить сначала 1, потом другой или учить сразу 2?
Я вообще планирую сначала изучить основу C++ затем Java, потом так же двигаться. Уроков 8 по C++ затем столько же по Java.
2 odpowiedzi
+ 2
Let's start with the fact that if you want to learn Java and C++ to create android apps, that's a really bad idea - although Android Studio supports C++, the whole android development moved to Kotlin and Java.
If you'd still like to get to know C++, it is a must to start with C and only then move to C++.
Lastly Java and C++ are different languages, so not only it is NEVER recommended to learn two things at once, but learning Java and C++ together will create a huge confusion.
Although I'd suggest focusing on one language for at least 3 months, if you still want to get it into a faster pace I'll sum up for you the next:
C is close to a machine language and - as a language to begin programming with - is a bad choice.
Java is the first of its kind OOP language.
C++ is the combination of C and OOP along with some more features and add-ons.
+ 1
Учи сначала С++ потом Java