Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: C or C++ ???

                  
   
  1. #1
    DCEmu Rookie mbr7's Avatar
    Join Date
    Apr 2006
    Posts
    207
    Rep Power
    70

    Default C or C++ ???

    I am done coading with Lua now and I wonder what you devs think i should start with now c or c++ ??

  2. #2
    DCEmu Legend acn010's Avatar
    Join Date
    Dec 2005
    Location
    Galaxy not far away?
    Age
    37
    Posts
    4,656
    Rep Power
    103

    Default

    start with C++

  3. #3
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Tough question. C is a much smaller languageso you can learn the syntax a lot faster but doesn't have a decent standard library which means you have to do a lot of work yourself on the lower level (e.g. linked lists).

    C++ is a slightly higher level language in concept and provides powerful features such as template metaprogramming but that in turn means you have to wrap your head round the concepts to use them effectively.

  4. #4
    DCEmu Rookie mbr7's Avatar
    Join Date
    Apr 2006
    Posts
    207
    Rep Power
    70

    Default

    Quote Originally Posted by yaustar
    Tough question. C is a much smaller languageso you can learn the syntax a lot faster but doesn't have a decent standard library which means you have to do a lot of work yourself on the lower level (e.g. linked lists).

    C++ is a slightly higher level language in concept and provides powerful features such as template metaprogramming but that in turn means you have to wrap your head round the concepts to use them effectively.
    Thanks!!

  5. #5
    DCEmu Rookie mbr7's Avatar
    Join Date
    Apr 2006
    Posts
    207
    Rep Power
    70

    Default

    anyone know any good turtiols of how to get started with c++ for psp

  6. #6
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Forget the PSP. Learn the language and how to program on the easiest platform first (the PC). That is hard enough without dealing with all the hardware specific issues that you get on the PSP or any other console.

  7. #7
    DCEmu Rookie BlackShark's Avatar
    Join Date
    Mar 2006
    Posts
    107
    Rep Power
    71

    Default

    ya, id like to learn the language as well, any good tutorials for that?

  8. #8
    DCEmu Regular skater9269's Avatar
    Join Date
    Jun 2006
    Posts
    258
    Rep Power
    71

    Default i started learning here

    this is where I started to learn http://www.cprogramming.com/tutorial/lesson1.html
    it has c and c++ on that website
    also pick up bloodshed Dev-C++ it is great and includes a compiler and debugger its free and can be picked up on sourceforge

  9. #9
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

  10. #10
    DCEmu Pro AvengedSevenfold Fan's Avatar
    Join Date
    Aug 2006
    Location
    Maryland, USA
    Age
    32
    Posts
    978
    Rep Power
    105

    Default

    go to pspprogramming.com, they have good tutorials, thats where im learning lua

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Bookmarks

Posting Permissions

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