Beyond the C++ Standard Library
Beyond the C++ Standard Library: An Introduction to Boost
By Björn Karlsson
Publisher: Addison Wesley Professional
Pub Date: August 31, 2005
ISBN: 0321133544
Pages: 432
Introducing the Boost libraries: the next breakthrough in C++ programming
Boost takes you far beyond the C++ Standard Library, making C++ programming more elegant, robust, and productive. Now, for the first time, a leading Boost expert systematically introduces the broad set of Boost libraries and teaches best practices for their use.
Writing for intermediate-to-advanced C++ developers, Björn Karlsson briefly outlines all 58 Boost libraries, and then presents comprehensive coverage of 12 libraries you're likely to find especially useful. Karlsson's topics range from smart pointers and conversions to containers and data structures, explaining exactly how using each library can improve your code. He offers detailed coverage of higher-order function objects that enable you to write code that is more concise, expressive, and readable. He even takes you "behind the scenes" with Boost, revealing tools and techniques for creating your own generic libraries.
Coverage includes
- Smart pointers that provide automatic lifetime management of objects and simplify resource sharing
- Consistent, best-practice solutions for performing type conversions and lexical conversions
- Utility classes that make programming simpler and clearer
- Flexible container libraries that solve common problems not covered by the C++ Standard Library
- Powerful support for regular expressions with Boost.Regex
- Function objects defined at the call site with Boost.Bind and Boost.Lambda
- More flexible callbacks with Boost.Function
- Managed signals and slots (a.k.a. the Observer pattern) with Boost.Signals
The Boost libraries are proving so useful that many of them are planned for inclusion in the next version of the C++ Standard Library. Get your head start now, with Beyond the C++ Standard Library.
Download :
Beyond the C++ Standard Library
Label: programming
Related Books
programming
- LabVIEW Advanced Programming Techniques, 2nd Edition
- Image Acquisition and Processing with LabVIEW
- Exceptional C++ Style 40 New Engineering Puzzles
- Practical Statecharts in C/C++−Quantum
- The Art of Designing Embedded Systems
- C++ GUI Programming with Qt 4
- Embedded Control Systems in C/C++
- C++ How to Program
- C++ for Mathematicians
- C++ in a Nutshell
- C++ for Business Programming, Second Edition
- C++ from the Ground Up, Third Edition
- C++ Demystified: A Self-Teaching Guide
- C++ Cookbook
- C++ Coding Standards: 101 Rules, Guidelines
- Beyond the C++ Standard Library
- Applied C++
- Learn to Program With C++
- Programming Amazon Web Services
- iPhone Open Application Development
- Visual C++ 6 for Dummies Quick Reference
- C++ Timesaving Techniques For Dummies
- Sams Teach Yourself Visual C# 2008 in 24 Hours
- Microsoft Visual C++ Windows Applications by Example
- Design Concepts in Programming Languages