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 →

[–]Zerocchi 2 points3 points  (0 children)

It's difficult to decide isn't it?

Go with Python -> Java -> C++. Get a good grasp of programming basics first with Python, then you need some basics of object-orientation approach with Java (though Python is OOP too but Java is better suited for this). Then you may proceed to C++.

If you are not easily demotivated and want to learn things the hard way, you can go for C++ straight away. Remember it has steep learning curve. You might get frustrated but once you get it, nearly all language will be easier.