Results 1 to 9 of 9

Thread: C or C++ first

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2002
    Location
    Miami,FL
    Posts
    34

    C or C++ first

    Which would u consider best. Learing C first or C++ first. I want to be a game programmer so which would be best to learn first?


    Thanks
    Death is always smiling down on us, the only thing we can do is smile back

  2. #2
    Lively Member
    Join Date
    Dec 2002
    Posts
    87
    first learn Visual Basic

  3. #3
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099
    Nooooooooo dont do that, visual basic teachs sloppy programming.

  4. #4
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    yeah C++ first....don't even go near VB first

  5. #5
    Lively Member
    Join Date
    Dec 2002
    Posts
    87
    No dont do that just learn Visual Basic

  6. #6

    Thread Starter
    Member
    Join Date
    Dec 2002
    Location
    Miami,FL
    Posts
    34
    lol....i already know VB, it just got kinda boring. I didn't feel like i was really programming......so should i go straight to C++?


    Thanks
    Death is always smiling down on us, the only thing we can do is smile back

  7. #7
    Addicted Member HairyDave's Avatar
    Join Date
    Aug 2002
    Location
    Er...I can't remember.
    Posts
    196
    Yeah.

    From my point of view (a C programmer who had to learn C++) I would say to go straight for C++. It will teach you good programming style and you'll get to go down to a low level.

    If you then need to do any C - you'll be OK with your basic C++ knowledge. If you do it the other way you'll start to mash your C and C++ together when you start C++ - and it'll start to get messy.

    Have s search for more info on the forums - I can remember 3 or 4 recent threads that have gone on about it.

    Hope it helps

    HD

  8. #8
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    And "going on about it" is a bit of an understatement

    The critical difference between C and C++ is not one that you can immediately see from their syntax. It's in their usage.

    C tells the computer how you want something to be done. C++ is more about *what* you want to be done.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  9. #9

    Thread Starter
    Member
    Join Date
    Dec 2002
    Location
    Miami,FL
    Posts
    34
    Thanks
    Death is always smiling down on us, the only thing we can do is smile back

Posting Permissions

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



Click Here to Expand Forum to Full Width