topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 27, 2024, 1:41 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dgrif [ switch to compact view ]

Pages: [1]
1
I totally agree with app, definitely find a mentor.  I also agree with f0dder about c/cpp, too much room for error if you've never done any type of coding before.. plus if you want to go cross platform with it, unless you stay command line you'd have to learn something like Qt to have any decent type of user interface. 

I'd say start with either Java or Python.  Python is easy to learn, you can get dive into python for free to start learning, and it can be integrated with c and/or java too.  Getting started with python i'd suggest just sticking with Idle, which is included when you install it, or any plain text editor.  A decent free IDE once you start needing it could be spe.

Java is pretty easy to learn as well, as mentioned its similar to cpp/c# so it could pave the way to other things, and has at a couple really nice free IDEs, netbeans and eclipse.  I believe Netbeans has plugins for Python as well, and I think eclipse has plugins for everything under the sun.  seriously, I think it can even cook you dinner.  To start out on Java tho, I'd suggest jGrasp as an IDE.  It doesnt have all the extra crap you don't need when you first start learning, has a nice debugger, and a nice interface.  IMO eclipse isn't good for a beginner, too may options.

Pages: [1]