$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bjorn.Karlsson_at_[hidden]
Date: 2005-01-19 02:18:19
> From: Jonathan Turkanis [mailto:technews_at_[hidden]]
> Dave wrote:
> > Dear Boost Community,
> >
> > I am aware of the books on the graph and template metaprogramming
> > libraries. Are any other books available, or in the works, on Boost
> > libraries?
>
> Bjorn Karlsson has written a book on some of the core boost
> libraries. I think
> it is mostly done, but I'm not sure when it will be
> available, or exactly what
> it covers.
>
You're absolutely right that it's mostly done (finally!), and it will be
available from July.
The book (Beyond the C++ Standard Library -- An Introduction to Boost)
covers these libraries:
* Smart_ptr
* Conversion
* Utility
* Operators
* Regex
* Any
* Variant
* Tuple
* Bind
* Lambda
* Function
* Signals
Bjorn