+ 2
Advantage of learning C++?
Is it useful to spend time time learning c++ or a person should directly start with java and other languages.
3 Answers
+ 7
C++ is a very strong, fast, and large programming language.
It has a massive library, and is used in drivers, applications, AAA Games, and pretty much every device and component.
The language allows for memory management and allocation, which a lot of languages don't have. This adds to its power. It supports all pillars of programming paradigms, and is overall a very powerful and lasting language.
+ 6
C++ is harder to learn than java or other programming languages. But it definitely important to know. Itâs probably the most used language in the industry and you canât be software developer without knowing it. If you could only learn one programming language (which you shouldnât), it should be C++
+ 3
C++ is very useful if you want to know more about how computers work since you will work with pointers and such. Though it is a really complex and hard language to learn especially for beginners.