+ 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 RĂ©ponses
+ 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.