Can C++ do something aside programs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can C++ do something aside programs?

C++ is my favorite programming language, but I see it's not very useful as java, python and other languages. Are there more C++ utilities that I don't know? Or should I learn some "modern" languages?

10th Jul 2017, 10:11 PM
Andrés04_ve
Andrés04_ve - avatar
5 Answers
+ 4
One of the best things C++ can do is inline assembly, there's not a lot of other languages that offer that capability. You can write very, very fast and efficient code with assembly if you know what you are doing. Be sure to also learn smart pointers and stl containers if you haven't already.
10th Jul 2017, 11:14 PM
aklex
aklex - avatar
+ 2
C++ is capable of many things. What applications is it not as "useful" in as Java or Python?
10th Jul 2017, 10:17 PM
Keto Z
Keto Z - avatar
+ 2
@aklex I have been trying to learn asm to use inline assembly in C++. Its is not an easy process. ~.~
10th Jul 2017, 11:44 PM
Manual
Manual - avatar
0
@Keto Z java programs runs on all platforms, also android. Sometimes C++ functions are different between Windows and Linux. Ruby has the On Rails framework for back-end scripting. C++ GUIs are a tad harder to make than java or python. And some more cases... (I know that C++ is compiled and the other languages are interpreted, but...) Thanks @Ace
10th Jul 2017, 10:35 PM
Andrés04_ve
Andrés04_ve - avatar
0
I will learn assembly. The hardest thing is not learn, it is find a good way to learn
11th Jul 2017, 12:01 AM
Andrés04_ve
Andrés04_ve - avatar