+ 2
Is it correct that..... C++ is hardest programming language?
4 Answers
+ 8
Even if you excluded esoteric programming languages, C++ is no where near the hardest. We still have Assembly.
https://en.m.wikipedia.org/wiki/Esoteric_programming_language
+ 5
Not really
just need more understanding...
#keep strong
+ 2
C++ is not the hardest programming language, although it may be the one among the most popular ones. C++ assumes you know what you are doing. For example, there are few protections built into the language, that gives the programmer power to do special tasks, on the other hand, programmer needs to pay attention to more details at the same time. So both the language and the compiler try to stay out of your way and that makes this language somehow more difficult in comparison with the other languages.
- 2
The hardest langauge to learn is assembly. (Excluding binary itself)