Beyond the C++ Standard Library: An Introduction to Boost
I just finished reading Beyond the C++ Standard Library: An Introduction to Boost. A really interesting read. Some of the more interesting things that I picked up: boost::shared_ptr - like auto_ptr on steroids, a very nice...