- Mathematics: special functions, statistical distributions, interval arithmetic and matrix algebra.
- Special data structures: date and time, circular buffer, UUID, dynamic bitsets, pool memory.
- TCP and UDP portable network programming using the software interface.
- Interprocess communication and shared memory programming models.
- Three chapters on graphs, graph algorithms and their implementation in Boost.
The focus is hands-on and each library is discussed in detail and numerous working examples are given to get the reader up to speed as soon as possible. Each library is described in a step-by-step fashion and you can use the corresponding code as a basis for more advanced applications.
These libraries are the ideal basis for new applications. We shall use them in Volume III of the current series when we discuss applications to engineering, science and computational finance.
Chapters:
- The Boost C++ Libraries Overview
- Math Toolkit: Special Functions
- Math Toolkit: Orthogonal Functions
- Date and Time
- Some Building Block Data Structures and Libraries
- Matrix Algebra in Boost Part I: uBLAS Data Structures
- Matrix Algebra in Boost Part II: Advanced Features and Applications
- An Introduction to Networking Programming Concepts and Protocols
- Boost ASIO: Synchronous Operations
- Boost ASIO: Asynchronous Operations
- Boost Interprocess: IPC Mechanisms
- Boost Interprocess: Process Synchronisation
- Interval Arithmetic
- User-defined Memory Allocation: Boost Pool
- An Introduction to Graph Theory and Graph Algorithms
- The Boost Graph Library (BGL) Data Structures and Fundamental Algorithms
- The Boost Graph Library (BGL) Advanced Algorithms
- Interval Container Library
- Boost Functional Factory