Page 1 of 4 123 ... LastLast
Results 1 to 10 of 40

Thread: Which Language First?

  1. #1
    Join Date
    Nov 2004
    Posts
    2,489
    Rep Power
    0

    Default Which Language First?

    ok its summer and i'm going to start learning some programming languages. Where do I start? it probably doesnt matter but anyways....

    my current research suggests either java/c#. but what about the others: vb, c/c++? i have no clue really. the .Net thing sounds like the future... so i might wanna incorporate that too.

    ok, so what software do i need to download to start developing? so far i've installed the Visual Studio Express components, now how do i proceed?
    1nsp1ron: Core 2 Duo T5450 1.66 GHz 2MB L2|GM965 Express|2 GB DDR2 667|70.1 GB SATA|DVD±RW|14.1 TFT Display|Intel GMA X3100|Windows 7 Ultimate

  2. #2
    Join Date
    Dec 2004
    Posts
    107
    Rep Power
    0

    Default

    It doesn't really matter much because most of the syntax is the same with the exception of vb. It really depends on what you want to do/build.

    However it is the custom to start with C/C++ as it is a high level language but not too high level (compared to the likes of say a Java or C#) if you know what I mean.
    “You perceive, therefore I am and I am that which I want you to perceive.”Cedric M. A. Beckford (2005)

  3. #3
    Join Date
    Nov 2004
    Posts
    2,489
    Rep Power
    0

    Default

    ok thanx, c++ is on the list
    1nsp1ron: Core 2 Duo T5450 1.66 GHz 2MB L2|GM965 Express|2 GB DDR2 667|70.1 GB SATA|DVD±RW|14.1 TFT Display|Intel GMA X3100|Windows 7 Ultimate

  4. #4
    Join Date
    Dec 2004
    Posts
    1,181
    Rep Power
    0

    Default

    well c, to better grasp the art of procedural programming. c++ for learning object oriented programing. Dont worry about the .NET right now. Try to understand c and c++ concepts first. Understanding these concepts will make it much easier to understand .NET and also make your programming more efficient. Java is not a necessity.

  5. #5
    Join Date
    May 2006
    Posts
    467
    Rep Power
    0

    Default

    c ++ is really cool to learn, i had fun learning it.

    I agree that understanding c and c++ will be your basis of any programming languages yuh choose to do.

  6. #6
    Join Date
    Sep 2004
    Posts
    1,905
    Rep Power
    21

    Default

    Definitely don't look on dotnet for now. Perhaps leave out Manage C++ that is in the Express Ed too.

    Start with C or C++.

    Learn a few keywords. Get to know the 'Help' button.

    I will try to remember some of the good reading material and post em here. Those in proceedural and Object-oriented (OO).

    Do proceedural first, but you can use C or C++, no biggy, seen as how you have VS C++ Express, right?

    After you grasp that, do OO. If you could get a text book that would be great.
    Let's act on what we agree on now, and argue later on what we don't.
    Black men leave Barbeque alone if Barbeque don't trouble you

  7. #7
    Join Date
    Nov 2002
    Posts
    2,832
    Rep Power
    0

    Default

    As said before it is best you start with C/C++, it is best to start at the core first and most languages today build on C/C++
    Device: iPhone® 4S OS: v5
    POWERED By: LIME 3G


  8. #8
    Join Date
    Oct 2004
    Posts
    4,814
    Rep Power
    24

    Default

    Well i guess I just add my little bit and say yeah c/c++ is the way to go, then move on.

  9. #9
    Join Date
    Jun 2003
    Posts
    159
    Rep Power
    0

    Default java

    If you need hand holding through the learning process go with java, because the tools available for download are FREE and intuitive.
    I have within me the blood of kings....take me to the leader of your world.

  10. #10
    Join Date
    Sep 2004
    Posts
    1,905
    Rep Power
    21

    Default

    Its more than just the tools. Its about being able to build things from scratch and can tackle any problem.

    BTW, juiceheadband, you need to tackle various problems. We here can throw some at you. It will be very hard work. So start your reading.

    You need to build up your logic skills (C/C++/Java), proceedure(C/C++/Java), design skills (OO with C++/Java/C#)

    You can skim through the videos for C# express edition, but don't worry about the C# or Java thing right know. Later, you can do both

    You can start with java, but I suggest that you concentrate on writing different problems like the ones we can give you . Your choice between C++/java
    Last edited by crosswire; May 20, 2006 at 10:10 AM. Reason: added java
    Let's act on what we agree on now, and argue later on what we don't.
    Black men leave Barbeque alone if Barbeque don't trouble you

Posting Permissions

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