Thread: C++ Programming Book

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    6

    C++ Programming Book

    What is a good programming book to use? I've looked at the two on the front page, but I didn't really like them. What are some of the books that you guys have used?

  2. #2
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    I used "A Complete Idiot's Guide to C++". It covers from Beginning to Intermediate C++

  3. #3

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    "Ivor Horton's Beginning C++". Great book. He gives thorough explanations of the concepts using code snippets, and then he gives a full fledged example and explains it line by line. At the end of every chapter there are 4 or 5 practice problems, and you can download sample solutions at the Wrox web site. Good luck.

  5. #5
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719
    Bjarne has a Third Edition of his C++ book which teaches you all about stuff, and follows the standards. I recommend it, its about $85 USD. Here is a link: http://www.amazon.com/exec/obidos/AS...665009-5219161


    BTW, I don't own that book, but I would just for reference if I had the money. Anyways, I think it's one of the better books for learning C++. Bjarne kinda writes more like he was writing Formulas in the book instead, but you'll get used to it, it seems quite thorough. But anyways, you can always read the reviews at Amazon. Someone says Lippmans was better... who knows.

    Personally I would rather have a book for reference, rather than tutorial, as there are enough online.
    Last edited by Xei; 06-05-2003 at 10:40 PM.
    "What are you after - the vague post of the week award?" - Salem
    IPv6 Ready.
    Travel the world, meet interesting people...kill them.
    Trying to fix or change something, only guaruntees and perpetuates its existence.
    I don't know about angels, but it is fear that gives men wings.
    The problem with wanting something is the fear of losing it, or never having it. The thought makes you weak.

    E-Mail Xei

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. Books on C and C++
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-28-2002, 04:18 PM
  3. Newbie - MFC code from a book in VC++.Net
    By Guardian in forum Windows Programming
    Replies: 2
    Last Post: 04-27-2002, 07:17 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM