+ 3
Which the language need a lot of time to learn it ?
5 Réponses
+ 9
C++
+ 8
Every language takes a lot of time to effectively learn it
+ 7
java
+ 3
c++
+ 3
Short answer: C++ will take the most time, long answer: c++ is the hardest syntax to learn but there's a difference between understanding the syntax of a language and the programming of that language, example. I don't know Japanese . I could try to learn Japanese and learn how to pronounce チツヌチキ (I don't know Japanese so if what I wrote was offensive I'm so so sorry it wasn't my intention) but even if I learn The pronunciation I don't know what it means, it's the same thing. You can learn there's something called if and else and while and print etc. But if you don't know what they do it doesn't matter, basically even if you learn all the syntax of a language that doesn't mean you can magically program anything you want and make it work. And the opposite is actually the contrary. If you learn how to program correctly in a language once you learn the syntax of another you'll most likely master code in that language significantly quicker, because the important part of coding is not the language you learn, but how you are able think about how to manipulate variables objects and functions to get what you want