Thread: any recommended exercise book for C++?

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    81

    Lightbulb any recommended exercise book for C++?

    Hi,

    Anyone could recommend any C++ exercise books for newbie? I want those have questions and answers.

    I bought the C Programming lang exercise book, but I want to have a C++ one.

    Any advice welcome.

    gogo

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    28
    "A First Book of C++" by Gary Bronson was my first textbook. It has a lot of exercises and answers to the odd number question.
    rc7j

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    81
    Wow, is this book?

    http://www.amazon.com/exec/obidos/tg...036660-4338932

    it is very expensive. Does it include a CD-rom for the exercises?

    And, there is only one chapter (13) to teach the inheritance and polymorphism.

    Any recommended books concentrating on OOP?

    Thanks for your great reference and I will probably buy a 2nd hand one.

    Thanks for help.

    gogo

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    28
    That's the book. no cd-rom. source code for examples in the book are supposedly on the internet at http://www.brookscole.com/compsci/bronson/cpp

    I haven't been there.
    rc7j

  5. #5
    Registered User
    Join Date
    Oct 2001
    Posts
    81
    Thanks for your kind reference.

    gogo

  6. #6

    Post C++ Books

    If you want the best book for learning c++ you should buy Ivor Horton's "Beginning C++ the complete language". In this book Ivor Horton goes through each part of the code explaining it in depth and uses multiple examples followed by a larger program covering everything you have learned in the chapter. It does not come with a cd but you just download any C++ compiler and you can get the source code from the publisher's web site

    www.wrox.com

    Ivor Horton's tutorials are by far the best tutorial books I have ever read. He also has books on Visual C++ (compiler kit), Java, C, MFC com programming, etc...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with K&R Book Exercise
    By Alejandrito in forum C Programming
    Replies: 5
    Last Post: 03-11-2008, 01:24 PM
  2. book exercise
    By luigi40 in forum C# Programming
    Replies: 1
    Last Post: 11-13-2005, 11:28 AM
  3. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  4. Exercise from my book.
    By Vber in forum C Programming
    Replies: 5
    Last Post: 12-05-2002, 08:54 AM
  5. Recommended book for DirectX?
    By Dual-Catfish in forum Game Programming
    Replies: 3
    Last Post: 05-26-2002, 10:23 PM