Are C++ programmers needed in big companies? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Are C++ programmers needed in big companies?

I started learning C++ so I want to whether it has some perspectives or not

14th Jan 2018, 10:27 PM
#Kaljan
#Kaljan - avatar
3 Answers
+ 4
Writing firmware and drivers for hardware is normally C while GUI apps are anything from Java to Python. So where does C++ fit? It's general-purpose so you can do anything with it. It's possible to write firmware or plug it into SDL/SFML and make games or GUI apps and system tools. Generally the industry mainly looks for interpreted/JIT-compiled languages for in-house stuff and C++ for products (example games, office apps). C++ is most popular in the gaming scene. Web dev is the most popular right now, _but_ someone has to program browsers, utilities, etc. So C++ is worth learning. It's ubiquitous and gives you a good foundation in programming because it doesn't force any paradigm on you (though most use it as an OO language). There are loads of resources out there too, and libs for every purpose. C++ compiles to nearly every platform, too. I could go on. There aren't loads of C++ jobs compared to some, but you'll never be without potential employment either. Other languages may or may not last, C++ is forever.
14th Jan 2018, 11:29 PM
non
+ 2
It really depends on the company and what they're focus is on for coding. For example, companies that use coding to program hardware and stuff outside of computers may use C++ while companies that do scientific research may use Python. Nevertheless, C++ is still a very powerful and useful language and many companies would definitely be hiring people who are really good at programming with it.
14th Jan 2018, 10:57 PM
Faisal
Faisal - avatar
0
thx for answering
14th Jan 2018, 11:00 PM
#Kaljan
#Kaljan - avatar