Thread: Which Language? need help ASAP

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    6

    Exclamation Which Language? need help ASAP

    Hey all, sorry if this is the inappropriate section (since there isnt a general programming area). Anyway, as im sure many people here also do programming w/ other languages...what language would u all suggest I begin learning? Im 15 and im about to go out and buy a beginners book to ___ programming language. I would like a language that I can use for a long while(longevity?), and one that is versitile(can make all kinds of things). So lets hear it, which language should i begin learning? (please note i have 0 programming experience exept for HTML but thats not exactly programming). Thanks in advance all.

  2. #2
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    Each language is good for certain problems and not suitable for others, if you want to learn programming i would suggest you go with C++. Theres a lot you could do with it, and once you learn that you could easily learn another language. www.bn.com and search for C++ books.
    When no one helps you out. Call google();

  3. #3
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Assembly
    Woop?

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > what language would u all suggest I begin learning?
    Python, Visual basic spring to mind.
    Perhaps even Pascal.
    Modula 2 at a push.
    Some have even used AWK.
    The advantage of these languages is they enforce a degree of structured programming on the programmer which other languages like 'C' do not.

    The first order of business is learning how to program. Then you can learn a programming language to actually get your real work done. Simply knowing the syntax of 'C' without knowing anything about programming is pretty much useless.

    If you persue programming as a career, you'll learn many languages, but the skill which is at the heart of all of them is "knowing how to program" in the first place. Once you've got that down, the rest is simply a matter of looking in the relevant manuals.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    UNIX chick
    Join Date
    Mar 2003
    Posts
    92
    Quote Originally Posted by prog-bman
    Assembly
    I love assembly, though I suck at it. It's certainly a language where you really have to know what you're doing, and how it's interpreted in the computer.

  6. #6
    former member Brain Cell's Avatar
    Join Date
    Feb 2004
    Posts
    472
    Try some languages and see wich one you like most. (read some online tutorials)

    I wasted so much time trying to find the programming language i love. First i started with VB wich is real boring. Then i moved to Python wich was a real pain (although its considred easy) and finally i tried C and i found myself attracted to it and kept learning it.

    it's a matter of taste.
    My Tutorials :
    - Bad programming practices in : C
    - C\C++ Tips
    (constrcutive criticism is very welcome)


    - Brain Cell

  7. #7
    The C-er
    Join Date
    Mar 2004
    Posts
    192
    Delphi ?

  8. #8
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    well since you already know html, why not learn javascript. That will give you a good intro to logic and the basic elements that all programming languages share. I started off with javascript and everything else came easily after that. You'll find that languages are good for some situations and not so good for others. If I need to make a quick dirty application for windows I'll use vb, if I want something a little more robust and cross-platform I'll use C++.
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  5. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM