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

Thread: C or C++ book?

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Oct 2006
    Posts
    10
    Rep Power
    0

    Default C or C++ book?

    I have a couple of questions. I think it would be a good idea if i bought a book about c or c++ so I could start programming possibly in the PSP. Should I buy a C or C++ book? how do I get the examples in the books to work for the PSP? I did some of the psp tutorials but i want to buy a book for programming, to get some good experience. have any suggestions for books that I would find at my local barnes and noble? I saw a book called learn C++ in 24 hours that looks pretty good...

  2. #2
    DCEmu Regular weirdelf's Avatar
    Join Date
    May 2006
    Location
    London
    Posts
    494
    Rep Power
    92

    Default

    you can download previously published books at http://www.freeprogrammingresources.com/cppbooks.html
    or just google "c++ book"

  3. #3
    DCEmu Legend ACID's Avatar
    Join Date
    Feb 2006
    Location
    6 Feet Under
    Posts
    2,348
    Rep Power
    83

    Default

    Great link weirdelf

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

    Default

    Free C++ Ebooks:
    Thinking in C++: http://www.mindview.net/Books/TICPP/...ngInCPP2e.html
    Thinking Like a Computer Scientist: http://www.ibiblio.org/obp/thinkCS/cpp/english/

    To buy:
    Beginning C++ Game Development: http://www.amazon.com/Beginning-C++-.../dp/1592002056

    The C Programming Language: http://www.amazon.com/C-Programming-.../dp/0131103628

  5. #5
    DCEmu Newbie
    Join Date
    Aug 2006
    Posts
    1
    Rep Power
    0

    Default

    I started with C++ Without Fear. It was coded by a top coder at Microsoft and he explains things very well. I recommend it!

  6. #6
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    33
    Posts
    2,976
    Rep Power
    109

    Default

    yea i was thinking of buying a book myself. do they really sell them at barnes and nobles???........ i gotta check that out.......... maybe pic up a copy of the lua programming book as well

  7. #7

    Default

    http://newdata.box.sk/bx/c/

    give that one a try

  8. #8

    Default

    PM me for some good links

  9. #9
    DCEmu Newbie
    Join Date
    Oct 2006
    Posts
    10
    Rep Power
    0

    Default

    you know what is pissing me off? I am trying to make helloworld with my new C++ book but when I compile it it just exits right out of it before I can even see it. here is the code:

    #include <iostream>

    int main()
    {
    std::cout << "aloaldafgd\n";
    return 0;
    }

  10. #10
    DCEmu Regular weirdelf's Avatar
    Join Date
    May 2006
    Location
    London
    Posts
    494
    Rep Power
    92

    Default

    Is that the whole script?

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)

Tags for this Thread

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
  •