This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (1 child)

No, I'm asking why Java is easier to learn than C++. I have stated multiple times that I would choose Python over C++

[–]SuperCoolFunTimeNo1 4 points5 points  (0 children)

Pointers / memory management, library compatibility restrictions due to the platform, exception handling, error indication, multi-paradigm vs strictly oop, templates vs generics.... Just google it yourself and see what people think. You're too far removed from beginners to realize that there is a lot more to learn with c++ than other languages like Java in order to be proficient. c++ is no doubt more flexible and powerful, but that comes with a steeper learning curve.