For learning to use the STL I would recommend
http://www.amazon.com/Standard-Library-Tutorial-Reference/dp/0201379260/ref=sr_1_1?ie=UTF8&s=books&qid=1263339571&sr=8-1


I have read this book cover to cover (when I was taking CS 240).  It helped
me understand the whys behind the STL enough that my XML tokenizer for the
Chess project was a 3-line function operator>> function and one line to do
the actual tokenization.  The book is a good reference for the actually
classes and functions in the STL as well as a good explanation of the logic
behind the architecture.

On Tue, Jan 12, 2010 at 1:57 PM, David B Darrough <[email protected]>wrote:

> "The data structures book that cs235 use(d|s)[0] was good. I have the Java
> version, second edition. I often found myself looking for supplemental
> material, but that's true of just about any book I've gone through for a
> class...."
> > Jeff Anderson
>
> Yep, I kept that same book too and it is very helpful. I was hoping for a
> book or books that takes that textbook to the next level and really gets
> into the STL, .net Framework or Java Framework or that gets deeper into
> specific data structures. A search on Wikipedia lists over 75 tree data
> structures alone.
>
> When I think of Design Patterns I think initially of the book by the gang
> of
> four. When I think of C I think of Kernighan and Ritchie. Is there a book
> or
> books that any of you would consider the bible of data structures or at
> least you would highly recommend?
>
> --------------------
> BYU Unix Users Group
> http://uug.byu.edu/
>
> The opinions expressed in this message are the responsibility of their
> author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG.
> ___________________________________________________________________
> List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
>
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to