I'd like to have a good up-to-date reference for boost by my side, and the only books I found are the following:
- Beyond the C++ Standard Library: An Introduction to Boost
- The C++ Standard Library Extensions: A Tutorial and Reference
Both books are somewhat dated, and I am sure boost has been evolving.
Obviously I can just use a direct source of Boost website.
Is it enough to just use the website to learn and reference boost libraries?
What If I am one of those folks who prefers hardcover books? Which one would you recommend?
Thanks
--Edit--
Does anyone know of online video tutorials on Boost, as well as text turials?