What can C++ do that C# , Java, C and Python can't | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What can C++ do that C# , Java, C and Python can't

How

31st Oct 2020, 12:37 PM
Gideon
Gideon - avatar
3 Answers
+ 7
Don't do comparisons. Different programming languages exists because of our needs, no one creates programming languages for fun. As someone fell there's something missing in particular language than he try to develop a new one with new features (maybe compromised not win-win case for everyone). As I know C++ is oop version of C. C++ is known for better performance that's why it's a ideal language for game devlopers. Also some Android native apps, mostly desktop app are written in C++. I think the key difference is performance when compared to others languages.
31st Oct 2020, 12:56 PM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
+ 5
Nothing. But C++ can definitely do the same tasks faster than other languages mentioned. edit : C is an exception as it don't support object oriented programming
31st Oct 2020, 12:52 PM
Arsenic
Arsenic - avatar
0
C++ is more closer to the "mechanics of the machine", meaning it is a natively compiled language. C++ has also more memory management functionality. But is relatively harder for humans to understand than Java and C#. But all general purpose programming languages can be used for anything a computer can compute.
1st Nov 2020, 7:46 PM
Donato Paul Thayalan
Donato Paul Thayalan - avatar