1. #1
    High Overlord phyto's Avatar
    10+ Year Old Account
    Join Date
    Mar 2011
    Location
    Humboldt
    Posts
    156

    Want to get into programming, where to start?

    Hey, so I'm in college right now and have a major completely unrelated to computers; but they have been a hobby of mine for-like ever. Most of my friends are engineering majors and have all learned the basics of a few languages. For the most part they all started with fortran which seemed pretty sweet but not really powerful. I was wondering if there are any languages I should look into learning and where I would find out more about them. I began reading this book from the MIT library and it was using LISP as it's primary language; but it was started in the 1950's and seems really outdated. I'm not sure what kind of programming is out there or even what type I really want to get into. What is a good language to learn for hobby things, like making programs on my computer, and how do I even go about writing a program. It's not like a window pops up on my screen and says, "write program here".
    Sorry for being vague, I just don't really know where to start atm. Anything and everything helps.

  2. #2
    Pit Lord Alski's Avatar
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Earthquake rubble
    Posts
    2,380
    C++ is always a good place to start. If you dont like the looks of it start with SiMPLE it basically does everything for you

  3. #3
    Yeah I learned C++ at the start of my interest, pretty cool stuff. I forget what we used first year but AP course we used Microsoft Visual to build in.
    Originally Posted by Bashiok
    Is there a term you have for being shown proof and choosing to dismiss it?
    Starting a Monk Blog; Celestial Fists: http://celestialfists.blogspot.com/
    Called Garrosh as end boss: 10/28/2011

  4. #4
    Python is a good language to start out with. It's free and works on pretty much any OS. It's straightforward, and it's used everywhere. There are plenty of good tutorials for it as well.

  5. #5
    Look up 'the new Boston' on YouTube and start with java tutorials

  6. #6
    The Lightbringer Kouki's Avatar
    10+ Year Old Account
    Join Date
    Jun 2009
    Location
    Edmonton Alberta Canada
    Posts
    3,629
    Start with learning the process into making a virtual system, the stuff on paper.
    Then learn Visual basic. Then move to C++

    ---------- Post added 2011-09-09 at 03:43 AM ----------

    Quote Originally Posted by sinisterwyvern View Post
    Yeah I learned C++ at the start of my interest, pretty cool stuff. I forget what we used first year but AP course we used Microsoft Visual to build in.
    I did the same thing at CDI college

  7. #7
    Bloodsail Admiral Doirdyn's Avatar
    10+ Year Old Account
    Join Date
    Apr 2011
    Location
    EST
    Posts
    1,065
    Assuming the OP wants to get into programming for game development, the easiest start would be C# -> XNA.

    http://rbwhitaker.wikidot.com/c-sharp-tutorials

    The thing with programming is understanding concepts and applying correct syntax depending on the language.
    The only people you have control over is yourself. If you want to make a point, leave proper, factual replies.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •