Thread: Best book for C++

  1. #31
    Registered User
    Join Date
    Mar 2003
    Posts
    25
    The best book so far is the one written by H. Shildt,
    but the more self explainatory is the one published by Deitel & Deitel....it has a lot of good examples......if your a begginer don't purchase the book of Bjarne Stroustrup it is more on the syntax of the program.......

  2. #32
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    What Jason D said about the Horton book, (the VC stuff and MFC stuff), is why I never recomend it. To specific.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #33
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    I found the C++ Primer plus by prata very easy to understand as there are a lot of examples. It covers most of the major topics and also makes a very good reference book later.

    I also used "Teach Yourself C++ for Linux in 21 days" although I cannot remember the author, which surprisingly is not linux specific (apart from the last chapter), all the code is standard C++ (for what I remember) as thats what gcc wants.

    If I were you though I'd just go to the local bookshop & just spend an hour there looking through all the books to find an author you really like and can understand. We can all tell you what styles we like, but we cant tell you what styles you will like.

  4. #34
    jasondoucette.com JasonD's Avatar
    Join Date
    Mar 2003
    Posts
    278
    Originally posted by adrianxw
    What Jason D said about the Horton book, (the VC stuff and MFC stuff), is why I never recomend it. To specific.
    To elaborate, if I haven't enough already: With the exception of 1 chapter that explains a bunch of stuff about Visual C++, and another chapter that gets into windows programming, the first 10 chapters are very good at teaching C++, and there is hardly any mention of the Visual C++ environment, if any. The remainder of the book is completely involved with MFC and Visual C++, and is not recommended. But, I still stand that the first half of the book is the best C++ tutorial/book I have seen yet... and is worth the money for this alone. Pick up a used copy if you do not wish to pay the full price.

  5. #35
    Registered User FloatingPoint's Avatar
    Join Date
    Jun 2003
    Posts
    191
    Originally posted by v@grant
    The best book so far is the one written by H. Shildt,
    but the more self explainatory is the one published by Deitel & Deitel....it has a lot of good examples......
    I got a C++ Interactive Learning CDROM by the Dietel Brothers, but they seem to overwhelm me w/ too much stuff, and it's just in the fisrt few chapters. Wonder what they've got under those more advanced topics...

    The Savitch's book is somewhat better for me I guess. Easier to understand and so far I'm still able to follow all the explanations.
    As a newbie, I'll stick w/ the book...

  6. #36
    ___
    Join Date
    Jun 2003
    Posts
    806
    Is Visual C++ for Dummies any good?
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  7. #37
    jasondoucette.com JasonD's Avatar
    Join Date
    Mar 2003
    Posts
    278
    I don't know, but I had a look at "C++ All-in-One Desk Reference For Dummies", and it was horrible... Without a doubt the worst tutorial I have ever seen, and this is no exaggeration.

    One example of many (and this isn't just the worst one - just the first that pops into my head) was its explanation of the return statement in main(). It says, and this is almost word for word (I cannot remember each word exactly, except for the last sentence): "try returning a value other than 0. it don't work" It had absolutely no mention of what the return value is for, its history and why it is still good code to require it, and leaves the reader with the impression that 0 is the only value you can return legally. Again, this is just one example of many. Imagine the difficulties of learning from this book when it is attempting to explain something you've never heard of - like classes.

    If this is any example of other programming books "for dummies", then I will stay as far away from them as possible.

  8. #38
    In The Light
    Join Date
    Oct 2001
    Posts
    598
    howdy,
    I liked C++ Black Book by Holzner, it moved at a good pace for me as a beginner and in the end it touched on some pretty advanced stuff.
    after that OOP in C++ by LaFore was a good OOP book IMHO.

    M.R.
    I don't like you very much. Please post a lot less.
    Cheez
    *and then*
    No, I know you were joking. My point still stands.

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. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  3. 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
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM