Answer the question
In order to leave comments, you need to log in
Should I even learn C++?
At the university we study the C++ programming language, but I don't like it as much as PHP. I write in PHP, many say that it is worth learning C ++, since after it it will be easy to switch to any programming language. I am generally a back-end developer myself, and I like working with the server and databases. So the question is, is it worth learning C++? For a better understanding of other programming languages, since by sitting on PHP you become an *autocoder.
Answer the question
In order to leave comments, you need to log in
C / C ++ does not interfere in any way, IMHO. On the contrary, it will help to understand the basics, to understand how things work. Most microcontroller firmwares are written in c/c++. The kernels of operating systems, all resource-intensive applications are written mainly on them.
And you can code shit in any language. On php, the entry threshold is simply lower, so you can more often observe those who were able to write at least somehow, but a working application. And crooked crafts in C ++ remain in a personal daddy and do not glow. By the way, js is also bullshit through the roof. The threshold is pretty low.
So the question is, is it worth learning C++? For a better understanding of other programming languagesNot worth it.
because by sitting on PHP you become an *autocoder.Spit on whoever told you that.
Look towards D , vibed.org and Swift to be exact. On D you can write both backends and software. Swift, judging by the latest news, will also be able to fill this role.
Php+js - for client-server
C programming - if you need universal low-level and high-speed performance
In your case, I think it's worth learning pure C (fortunately, the book there is thin and everything is quite simple). Then you will tell your PHP-oriented colleagues about terrible pointers, and possibly rewrite some performance-critical places in C (this skill is in demand).
C ++ sometimes allows you to write smarter programs than C, although for this you need to know a lot of things. Well, safe programs (in terms of working with memory, for example) are always easier to write in C ++, although working with memory there is not as obvious as in C.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question