Java , c++ or anything else ?

Status
Not open for further replies.
Level 13
Joined
Mar 14, 2008
Messages
848
Hey people , I am going to start learning programming . Which language would you suggest ? Personally I was thinking about java , it seems pretty cool and also powerful these days ^^ But I'd like to "hear" (figured of speech) your suggestions
 
Java's a good starting point as it is completely cross-platform and teaches you OOP stuff. Don't expect it to do any graphics stuff though. Swing is painful.

C++'s graphics and UI capabilities (most video games are in c++) are much better than java's, but it's a somewhat trickier language to start off with.
 
Status
Not open for further replies.
Top