Thread: Best reference book

  1. #1
    Un Artiste Extraordinaire volk's Avatar
    Join Date
    Dec 2002
    Posts
    357

    Best reference book

    Is C++: The Complete Reference, 4th Edition by Herbert Schildt the best reference book for C++. It received a really good rating at amazon.com.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    The best reference book would probably be The C++ Programming Language by Bjarne Stroustrup.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Un Artiste Extraordinaire volk's Avatar
    Join Date
    Dec 2002
    Posts
    357
    Originally posted by XSquared
    The best reference book would probably be The C++ Programming Language by Bjarne Stroustrup.
    Isn't that a really advanced book, though?

  4. #4
    Registered User
    Join Date
    May 2003
    Posts
    148
    Herbert Schildt? Huh http://www.accu.org/cgi-bin/accu/rvo...file=cp000413a

    The C++ Programming Language by Bjarne Stroustrup is pretty good.

  5. #5
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Originally posted by XSquared
    The best reference book would probably be The C++ Programming Language by Bjarne Stroustrup.
    I agree. Anything but those lame 21 days books.

  6. #6
    Un Artiste Extraordinaire volk's Avatar
    Join Date
    Dec 2002
    Posts
    357
    Originally posted by Wledge
    Herbert Schildt? Huh http://www.accu.org/cgi-bin/accu/rvo...file=cp000413a

    The C++ Programming Language by Bjarne Stroustrup is pretty good.
    I didn't see a review of the 4th edition in the link you provided, but that link made Herbert Schildt look pretty unknowledgeable about C++.
    Last edited by volk; 06-01-2003 at 02:36 PM.

  7. #7
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    "Isn't that a really advanced book, though?"

    Yes, it is. I've paged through it, and I would never buy it. I have Ivor Horton's Beginning C++, and not only is it a great book to learn C++, I think it's a fantastic reference book after you've gone through it. It's my first source for any questions I have.

  8. #8
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Stroustrup's book is really good. It isn't necessarily advanced, but it goes over "less advanced" concepts very quickly - a bit dense, you might say.
    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.

  9. #9
    Registered User
    Join Date
    Mar 2003
    Posts
    73
    I use the web for reference... , I would get a book.. but then there's that issue of "money". lol.

  10. #10
    Registered Luser
    Join Date
    Apr 2003
    Posts
    17
    When it comes to beginner books, I'd recommend C++ Primer (by Lippman), followed by The C++ Standard Library: A Tutorial and Reference (by Josuttis).

  11. #11
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    From the review of that Herbert Schildt book:
    I promised myself that I would never review another book by this author but when it crossed my desk I decided to open it at random to find the first error on the left-hand page just to confirm that he had learnt nothing. This proved harder than I expected. Yes, he has learnt something, not enough to receive positive acclaim but enough to remove the 'positively detrimental' epithet. The surface technical errors have largely gone but I must confess that I lack the time and enthusiasm to do an in depth code review.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  12. #12
    Registered User
    Join Date
    Feb 2002
    Posts
    20
    There are a lot of books out. It depends on how self motivated you are, to know which one is best. Most people don't like the "21 days books" but I learned a lot from Sam's Teach Yourself C++ in 21days. The rest I learned from reading the help files that come with my complier and searching the internet. Get a book that will not only teach you the language but also teach you good programming practices. For the most part you won't go wrong with most books as long as they are up to date.

  13. #13
    Un Artiste Extraordinaire volk's Avatar
    Join Date
    Dec 2002
    Posts
    357
    I was only talking about a reference book - not an in-depth tutorial for learning C++.

    Nuke has the right idea. The internet is probably a better reference than any book on C++.

  14. #14
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    "I was only talking about a reference book - not an in-depth tutorial for learning C++."

    What's the use of having a reference book if you can't understand what it says? i.e Bjarne's book

  15. #15
    i want wookie cookies the Wookie's Avatar
    Join Date
    Oct 2002
    Posts
    455

    Re: Best reference book

    Originally posted by volk
    Is C++: The Complete Reference, 4th Edition by Herbert Schildt the best reference book for C++. It received a really good rating at amazon.com.
    that the one i use, its great. short and sweet, but it tells you everything you need to know. it doesnt go on for paragraph after paragraph what it does or whatever..like some books do, and i hate that. its a great book. i have the 2nd edition. i mostly use it for reference though
    Last edited by the Wookie; 06-03-2003 at 03:30 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-13-2011, 08:28 AM
  2. problem creating .so
    By k0k33 in forum C Programming
    Replies: 7
    Last Post: 04-27-2009, 04:41 AM
  3. Using Vectors. MinGW warning
    By Viewer in forum C++ Programming
    Replies: 9
    Last Post: 03-26-2009, 03:15 PM
  4. GCC - Strange networking functions error.
    By maththeorylvr in forum Windows Programming
    Replies: 3
    Last Post: 04-05-2005, 12:00 AM
  5. hello, any reference book
    By Unregistered in forum C++ Programming
    Replies: 0
    Last Post: 02-21-2002, 10:01 PM