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?
5 Antworten
+ 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.
+ 2
C++ is capable of many things. What applications is it not as "useful" in as Java or Python?
+ 2
@aklex
I have been trying to learn asm to use inline assembly in C++.
Its is not an easy process. ~.~
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
0
I will learn assembly. The hardest thing is not learn, it is find a good way to learn