Thread: Best book for C++

  1. #16
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719
    Bjarne Stroutstrup(is that how you spell it? What a freaky name) has a standards compliant book... but some people say it's harder to understand than others. Just go to the Chapters nearest your home and look for anything that displays "C++" & "Standards", pick it up, look at it for 30 minutes, then purchase it. Personally I find that there is much more direct, and to-the-point online lessons, tutorials, and other programming information on C/C++.
    "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

  2. #17
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953
    I like the Deitel & Deitel...
    But there are many people who disagree...
    I think that the best way to know is to go to the library, and take a look at the books there, and find out the book that suits you most, then you can buy it if you like.
    none...

  3. #18
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    Is there any reason to learn C first? Herb's The Complete Reference has an entire part of the book (3 parts) dedicated to C. Then the second part goes into C++. Should I just start with C++ or what?

  4. #19
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    C and C++ are mostly the same, but they are not without their differences. I trust that with Java, you got a strong OOP background, so the OOP part of C++ shouldn't be a problem for you. There are people that will recommend learning one or the other first, but the main difference is the OOP, so just start learning the basics (those are all the same) and then learn classes.
    Away.

  5. #20
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    I'd recommend not starting with Stroustrup's book. Its an excellent reference to have, and will teach you a lot, but when your just starting out, it'll probably lose you.

    When you start out with C++, you'll be learning the overlap area between C and C++. Once you start getting into OOP or templates, then you're in C++ territory.

    Thinking in C++ by Bruce Eckel is also pretty good. You can find it free on the web too.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  6. #21
    Registered User
    Join Date
    Jun 2003
    Posts
    18
    Literaly this book is the book that made me pass the AP test

    C++ Primer Pluss
    By: Stephen Prata
    Published by Que

    This book is a little old school but its a great teaching accessory.
    I need MONEY more than help with My C++ so yeah you get the idea

    C notes preferably LOL

  7. #22
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511
    Just got my free exam copy of Schildt's C++ from the ground up, 3rd edition. Still think it is a good reference.
    Mr. C: Author and Instructor

  8. #23
    Registered User
    Join Date
    Dec 2001
    Posts
    108
    Thinking in C++ 2nd Edition
    www.bruceeckel.com
    Last edited by DarkStar; 06-19-2003 at 07:38 PM.

  9. #24
    Registered User FloatingPoint's Avatar
    Join Date
    Jun 2003
    Posts
    191
    Got this it's for beginners.

  10. #25
    Registered User
    Join Date
    Jun 2003
    Posts
    18

    Question

    I don't know why you don't check this book out

    C++ Primer Plus 4th Edition

    Literaly this books gives examples for everything even recursion!

    my friend and I couldn't find any other book on the planet that had recursion so
    pick up this book
    I need MONEY more than help with My C++ so yeah you get the idea

    C notes preferably LOL

  11. #26
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> I couldn't find any other book on the planet that had recursion

    It is covered in chapter 7 of Herbert Schildts "C++ from the Ground Up", second edition, for example.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  12. #27
    jasondoucette.com JasonD's Avatar
    Join Date
    Mar 2003
    Posts
    278
    This is the best tutorial I have found for C++:

    Beginning Visual C++ 6 by Ivor Horton

    The first half of the book teaches C++ very clearly. (The second half gets into MFC, which I do not recommend if you wish to go into windows programming after learning C++.)

  13. #28
    ___
    Join Date
    Jun 2003
    Posts
    806
    Whats the difference in Visual C++ and C++?
    "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."

  14. #29
    jasondoucette.com JasonD's Avatar
    Join Date
    Mar 2003
    Posts
    278
    This was just answered in another thread that I just read, I'll copy and paste Dohojar's answer:

    "C++ is a programming language. Visual C++ is a development tool from microsoft used to write C++ programs."

    Ivor Horton's book explains specifics about the Visual C++ environment in one chapter, but the rest (of the 1st half) of the book (the half that teaches C++) does not require that you have it.

    The second half teaches MFC and teaches specifics of Visual C++ to make it easier.

  15. #30

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