Thread: What is the best book for a beginner to learn c++

  1. #16
    Registered User
    Join Date
    Jun 2007
    Location
    Usa, Pa
    Posts
    39
    Well, since I don't have the right books and I have no money and won't be able to get any for a while. Is there any web sites I can go to, I have a bunch of links, but which web sites are highly reccommended and can teach me without books??

    Also, is this web site good?? It's video tutorials for C++. It's for beginners but I know just a bit of what "C++ for Dummies" taught me and I need another opinion on it.


    I know,


    C/C++(and more!) Tutorials/eBooks:

    General - http://www.programmingtutorials.com/

    General eBooks - http://www.programmingebooks.tk/

    C/C++ - http://cplus.about.com/od/beginnerctutoria1/l /blctut.htm
    C/C++ - http://www.cprogramming.com/tutorial.html
    C/C++ - http://devcentral.iftech.com/articles/C++/def ault.php

    C/C++ eBooks - http://www.devkitpro.org/reading.shtml

    C Specific - http://www.lysator.liu.se/c/bwk-tutor.html
    C Specific - http://www.cyberdiem.com/vin/tutorials.html

    C++ Specific - http://www.intap.net/~drw/cpp/
    C++ Specific - http://www.cs.wustl.edu/~schmidt/C++/
    C++ Specific - http://www.cplusplus.com/doc/tutorial/
    C++ Specific - http://www.functionx.com/cpp/

    C++ Tutorial for C Users - http://www.4p8.com/eric.brasseur/cppcen.html

    But which one is the best and help for modern C++ style??
    Last edited by TylerMoyer; 07-10-2007 at 02:53 PM. Reason: Fr posting some links I know of.

  2. #17
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Use the books you have. Just because they aren't perfect doesn't mean that you won't learn from them. Just keep an open mind and augment your understand with other resources.

    Also, you should pick a language. If you want to learn C++, ignore the C stuff. If you want to learn C, ignore the C++ stuff.

    >> Also, is this web site good??
    No.

    After quick look at most of those, I'd say the http://www.cplusplus.com/doc/tutorial/ one might be good.

  3. #18
    Registered User
    Join Date
    Jun 2007
    Location
    Usa, Pa
    Posts
    39
    Ok, so now I know taht those videos aren't good. Thanks!!


    I'll read my books then.


    Is http://www.gamedev.net/community/for...sp?forum_id=76 also a good web site?? Click on the link first before you say anything please.
    Last edited by TylerMoyer; 07-10-2007 at 04:15 PM. Reason: GDNet CPP Workshop

  4. #19
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    It looks like it is based off the 21 days book, which suffers from the same problem described earlier. It is definitely better than the videos though.

    At this point I'd stop looking for more resources and just get started with the ones you have.

  5. #20
    Registered User
    Join Date
    Jun 2007
    Location
    Usa, Pa
    Posts
    39
    Quote Originally Posted by Daved View Post
    At this point I'd stop looking for more resources and just get started with the ones you have.


    I'm sorry, just trying to get the best I can get for my education.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. URGENT: Help wanted...in C
    By iamjimjohn in forum C Programming
    Replies: 16
    Last Post: 05-18-2007, 05:46 AM
  2. Good Book to learn C++
    By earth_angel in forum C++ Programming
    Replies: 9
    Last Post: 06-15-2005, 02:14 PM
  3. Memory leak - need help finding
    By ChadJohnson in forum C++ Programming
    Replies: 8
    Last Post: 04-06-2005, 07:26 PM
  4. Beginner, trying to learn how to make an image.
    By shishkabob in forum C++ Programming
    Replies: 1
    Last Post: 10-24-2004, 08:46 PM
  5. Can't display book and borrower's details.
    By grscot in forum C++ Programming
    Replies: 0
    Last Post: 05-02-2003, 10:18 AM