Thread: What language to start with?

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    1

    What language to start with?

    Hello,

    I am interested in learning how to program as a hobby. The only experience I have is what I remember from Basic language that I used to program with on my old C-64 in the '80's. Nowadays there are so many languages that it's almost overwhelming. But I still want to dabble at least.

    My question is: what would be a good language to learn first?

    Any input would be helpful.

    Thanks in advance.

  2. #2
    Registered User
    Join Date
    Aug 2004
    Posts
    23

    I suggest...

    I suggest you start with C programming it's fairly old ,was created in 1970's. it's used today a lot. and other languages like Java, C++, C# are all derived from C. there are millions of tutorials on the net just search "C tutorial".

    cal

  3. #3
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    There are plenty of tutorials on the main area of this website. I would suggest that you start with either C or C++. The closest thing to what you're going to remember would proabably be Visual Basic, but depending on what you want to do, C or C++ would probably be a better dabbling language. If you just want to play with GUIs and make some small utilities, try your hand at VB and go here for help: www.vbforums.com when you get stuck. If you're just looking to do some processing, C or some derivative would probably be your better bet.

    Maybe you should explain what you want to dabble in!?

  4. #4
    Registered User Rare177's Avatar
    Join Date
    May 2004
    Posts
    214
    i would say go with C, there are some great books out there one i would recommend is C Primer Plus.

    and as said up there VB is good for small simple programs but you will find you will get alot more out of C/C++

  5. #5
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    Hey rottensinner,

    First of its pretty obvious which language people will tell you to start with when asking on a C board, anyway I am totally with Ober on this one.

    I think that anything basic will sound familiar to you so that would be easy to pick up again as some of it may have been resting somewhere in your brain...
    On the other hand i would suggest going for something like C, of course this will be completely new to you since you come from basic but it will be innovative and something fun for you to learn...

    Greets,

    Ganglylamb.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked List Anamoly
    By gemini_shooter in forum C++ Programming
    Replies: 3
    Last Post: 02-28-2005, 05:32 PM
  2. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  3. Language Script..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-30-2003, 06:48 AM
  4. One Unique Universal Programming Language ?
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 30
    Last Post: 01-29-2003, 12:36 AM
  5. What language did you start with?
    By Fool in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 09-03-2001, 09:21 AM