Thread: Best reference book

  1. #16
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    I have the Stroustrup book, and I too find it difficult to understand... It seems to be written for Computer Science graduates! Also, it is NOT complete... that is, it does not have every standard ANSI library function.

    The most complete source for all of the ANSI functions that I have found is at dinkumware.com. You can use the online reference, or order a CD for about $25. The reference IS complete, but there are very few examples (maybe none).

    I also have the Josuttis book. It should be called The C++ Standard TEMPLATE Library: A Tutorial and Reference, because it ONLY only the STL. It does seem to be a complete STL reference. It is much more readable than the Stroustrup book. It is a good reference book, but not the only reference book to have.
    Last edited by DougDbug; 06-03-2003 at 05:53 PM.

  2. #17
    Un Artiste Extraordinaire volk's Avatar
    Join Date
    Dec 2002
    Posts
    357
    Can someone post an excerpt from the Stroustrup book to show how hard it is to understand?

  3. #18
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Here is an excerpt at Amazon.
    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.

  4. #19
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511
    Check out Stroustrup's web page:

    www.research.att.com/~bs/homepage.html
    Mr. C: Author and Instructor

  5. #20
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    "My name is Bjarne, and my game is C++. C++ principle no. 1: żŇ™œŘŢ˙ ćÇĹuőď# Ôë燶Üß š™ŒŠ‰ƒ š™ŒŠ‰ƒ. On the other hand, šÍŽ™ŒŠ‰ƒŚ¤˘ĂŠŠ š›ŮšÍŽ™ŒŠ‰ƒŚ¤˘ĂŠŠ or the result can simply be Ńź˝ŮšÍŽ when x + 3 > 0 is a long pointer to foo."
    Last edited by 7stud; 06-03-2003 at 09:43 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