Which Programming Language To Learn?
Results 1 to 7 of 7

Thread: Which Programming Language To Learn?

  1. #1
    Join Date
    Feb 2001
    Posts
    20

    Which Programming Language To Learn?

    i am new to programming but am interested to learn a language. which is a good language for a starter? i was thinking of learning java.

  2. #2
    Join Date
    Jul 1998
    Location
    Newport News, VA
    Posts
    11,182
    Thats a good one to start also may want to consider C++
    http://www.vb-bookmark.com/CppTutorial.html

    Also may want to take a basic HTML course to get the basic down.



    ------------------
    Murf

    Break it! - We can Fix it!
    Visit-Murf's Windows Garage
    Currently under construction
    Please do not use "PM" for personal help, post in forum so everybody can learn

  3. #3
    Join Date
    Feb 2001
    Posts
    20
    thnx a lot

  4. #4
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    Visual Basic or Delphi are by far the easiest to learn if you're starting from scratch - VB especially. You may find Java very hard going until you've got some general programming experience, it's not a friendly language.

    ------------------
    Nick.
    Nick.

  5. #5
    Join Date
    Jan 2001
    Posts
    49
    If you want a low cost and simple language to learn the very basics (as in loops, variables, etc.) then you could try Quick Basic. Its already on your windows 95/98 cdrom and it is simple. You don't have to worry about a Graphical user interface, because its in dos (command line only, but its good to learn, and very similar to Visual basic). Learning a language like Java or C++ might be difficult if you have no experience at all.

    ------------------
    Centurion
    Centurion

  6. #6
    Join Date
    Jan 2001
    Location
    Aurora, NE, USA
    Posts
    112
    If you want to go directly into Windows programming, I'd go with VB or Delphi. They're easy to learn, as has already been said.

    The tricky part here is object-oriented programming. It's pretty strange when you first learn it (at least it was for me), so if you want to learn programming comprehensively, I'd start with a non-OO language. QBasic is the best non-OO language I know of. (It's on the Windows 95 CD under \OTHER\OLDMSDOS - I think - and it's somewhere on the Windows 98 CD too.)

    Once you've mastered QBasic, you can move on to its object-oriented counterpart, Visual Basic. A watered-down version comes with Office, but if you want the whole thing, you'll need to buy it.

    VB is used quite a bit in the "real world," but the really good thing to know is C++. Unfortunately, compared to VB, C++ looks like a cat just walked across your keyboard.

    I don't know if this helped or not--it's just my little ramblings.

  7. #7
    Join Date
    Feb 2000
    Location
    England
    Posts
    160
    If I was going to start learning a language it would be XML. In the next couple of years (IMHO) HTML will be superceded by XML giving closer, almost complete, integration between software packages (such as WP's and Spreadsheets) and the internet. I'm not too sure, but XML differs to HTML in that you can define your own tags rather than use the pre-defined tags of HTML.

    eg XML

    <THIS TAG IS FOR BOLD TEXT> BOLD TEXT</THIS TAGE IS FOR BOLD TEXT>

    Bad example, I knowm, but you get the picture

    Zin

    ------------------
    Standing on the Shoulder of Giants
    Standing on the Shoulder of Giants

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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