Real life applications of C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Real life applications of C++

So I think I might have a basic handle on C++, but I don't understand how it's useful in the real world. What programs or elements of the world around me were created (or could have been created) with C++?

22nd Apr 2018, 5:42 PM
Jackson Meddows
Jackson Meddows - avatar
5 Answers
+ 2
In the end: every possible application back-end can be created with C++, as C++ is Turing Complete. Possible applications: Games, Enterprise applications, Embedded systems et cetera.
22nd Apr 2018, 5:59 PM
***
*** - avatar
+ 1
Do you know of any major companies that have created their programs with C++?
22nd Apr 2018, 6:01 PM
Jackson Meddows
Jackson Meddows - avatar
+ 1
The most notable big software companies that use C++ as their main technology are: • Facebook (switched their backend from PHP to C++ for performance) • Microsoft (Office has a great deal of C++ in it) • Oracle, Mozilla, Evernote, Opera, PayPal, LinkedIn, etc.
22nd Apr 2018, 6:13 PM
777
777 - avatar
0
Go on any public open-source service repositories and see it as is used
22nd Apr 2018, 7:44 PM
KrOW
KrOW - avatar
0
@KrOW I don’t really know where to find that
23rd Apr 2018, 10:27 AM
Jackson Meddows
Jackson Meddows - avatar