Thread: C++ How to Program by Deitel and Deitel

  1. #1
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681

    C++ How to Program by Deitel and Deitel

    Well I'm taking a C++ OOP class in the fall that requires C++ How to Program 4th Ed by Deitel and Deitel. Since I already have Stroustrup's book and none of the CIS teachers really teach from the books I'm thinking about not getting it. But I would like to hear from those of you who have it concerning the book's quality as a reference book. I know its a good newbie book but I'm beyond that point now. I would really hate to spend the money on a book that I will just gather dust on the shelf.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    It's not bad. There are plenty worse out there. It has quite a few excercises in it so if your tutor is expecting to set your homework from it you may need it

  3. #3
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    I don't think the professor will be assigning any of the work from the book. I did some checking on half.com and like 90% of the books I see are the international version. Do you know of any differences between the internation and US version Fordy?

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    >>Do you know of any differences between the internation and US version Fordy?

    'Fraid not.

    If he/she isnt setting any questions from that book and your happy with Stroustrup, then your better off sticking with what you have. There's nothing definative in the Deitel book that isnt in Stroustup.

  5. #5
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Aren't Deitel and Deitel the result of a hideous illegal genetic cloning experiment?

    That said, their Java book's OK.

  6. #6
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696
    Correct, it's a book for newbies. Don't get it. It's not good for reference either 'cause it just doesn't cover everything standard c++ got to offer.
    However, it's good at giving examples/illustrations. With practical/compilable code, the book really holds your hand.
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

  7. #7
    Registered User
    Join Date
    Aug 2003
    Posts
    470
    The amount of OOP material covered in the book is covered by Stroustrup's book, except for the UML notation(which you could find on the web). I wouldn't get it unless if you need to understand basic datastructures such as queues and binary trees(which are not covered indepth in Stroustrup's book).

  8. #8
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    half.com is awesome
    My Website

    "Circular logic is good because it is."

  9. #9
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Well I ended up getting the book for $35ish from half.com
    Since we only have one professor who teaches the C++ course and I'm pretty sure I'll end up tutoring it in the spring I figured it was worthwhile to familiarize myself with the book. If I don't like it I'll just sell it on half.com

  10. #10
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I've never seen that half.com before, I wonder if they have it at eBay in Europe.....
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ How to Program 3th Ed by Deitel and Deitel
    By The SharK in forum C++ Programming
    Replies: 10
    Last Post: 10-26-2005, 10:47 PM
  2. How to Program (Third Edition) by Deitel
    By iwod in forum C Programming
    Replies: 2
    Last Post: 07-31-2003, 02:03 PM
  3. Deitel & Deitel (C++ How To Prog) Misleading?
    By johnnyd in forum C++ Programming
    Replies: 13
    Last Post: 03-15-2003, 10:39 AM
  4. Help me with a program?
    By sayword in forum C Programming
    Replies: 14
    Last Post: 02-12-2003, 04:23 PM