Originally Posted by
Zosden
I know almost every major software is written in c++ anything from firefox to console games to most of games
This sure smells like a troll.
You got a citation for this bogus claim?
There is no one true language, no more than there is only one true choice between blond, brunet or redhead.
C++ fell out of favor because while it can generate faster executing code, sometimes, it is harder to get a group of programmers to be effective in it. Firefox depends on its rendering speed, but a lot of it is written in Chrome, a meta language that makes it easy to customise the look and feel.
Applications that require speed over all else are not where most of the code is written these days. Processors are getting faster every day, and most modern systems have two or four processors. So you optimize the cost of getting the application written.
Some games, rendering engines, embedded systems, and other things have different requirements, and thus use different languages.
Very little, if any, of the Web 2.0 stuff is written in C++, a huge amount is written in PHP, Ruby, Python, Java or perl