boost introduction?

Mar 12, 2010 at 1:10am
Anybody know a tutorial for boost (ie introduction to programming with it)? I keep getting this book.
Mar 12, 2010 at 1:24am
boost.org has tutorials for basically all of the the libs on there.
Mar 12, 2010 at 1:46am
It has implementation guides but not so much comprehensive material. At least, I haven't found any yet.
Mar 12, 2010 at 1:58am
There is a boost-user mailing list that might be helpful for asking specific questions but certainly read the provided documentation first. I wish there were better books on boost, myself, but as it stands its development cycle has a very fast turn-around and it would be challenging to stay current enough to author a book.
Mar 12, 2010 at 2:37am
I use the website's documentation.

The only book I'm aware of on boost is "Beyond the Standard Template Library"
and it covers only a small subset of boost, and also a (now) quite outdated
version of it.

Are there libs in particular you are looking at?
Mar 12, 2010 at 2:38am
Yeah, that's the book I kept finding.
No particulars. I just want a general understanding so that I'll know when it would be a good idea to use it, so that I can then perform some in-depth analysis to see how exactly I could do so.
The stupidity of writing a book about boost is that boost is famous for being well updated. So it would be an antiquated and irrelevant book in no time. Where as the C++ standard hasn't been updated for a while (but I'm looking forward to the updates in 0x).
Last edited on Mar 12, 2010 at 2:39am
Apr 26, 2010 at 3:44am
Try this book.

"The boost graph library: user guide and reference manual"
by Jeremy G. Siek, Lie-Quan Lee, and Andrew Lumsdaine

I found this reference manual to be quite useful.

I checked and its available on amazon

Topic archived. No new replies allowed.