Table of Contents
What you will learnThis book is an introduction to the Boost C++ Libraries which complement the C++ standard by adding functions helpful in practice. As the Boost C++ Libraries are based on the C++ standard, they are implemented using state-of-the-art C++. They are platform independent and are supported on many operating systems including Windows and Linux by a large developer community. The Boost C++ Libraries enable you to boost your productivity as a C++ developer. For example, you can benefit from smart pointers which help you to write more reliable code or use one of the many libraries to develop platform independent network applications. Since many Boost C++ Libraries are going to be incorporated into the next version of the C++ standard, you can prepare yourself starting today.
Read more: The Boost C++ Libraries
QR:
- Chapter 1: Introduction
- Chapter 2: Smart Pointers
- Chapter 3: Function Objects
- Chapter 4: Event Handling
- Chapter 5: String Handling
- Chapter 6: Multithreading
- Chapter 7: Asynchronous Input and Output
- Chapter 8: Interprocess Communication
- Chapter 9: Filesystem
- Chapter 10: Date and Time
- Chapter 11: Serialization
- Chapter 12: Parser
- Chapter 13: Containers
- Chapter 14: Data Structures
- Chapter 15: Error Handling
- Chapter 16: Cast Operators
What you will learnThis book is an introduction to the Boost C++ Libraries which complement the C++ standard by adding functions helpful in practice. As the Boost C++ Libraries are based on the C++ standard, they are implemented using state-of-the-art C++. They are platform independent and are supported on many operating systems including Windows and Linux by a large developer community. The Boost C++ Libraries enable you to boost your productivity as a C++ developer. For example, you can benefit from smart pointers which help you to write more reliable code or use one of the many libraries to develop platform independent network applications. Since many Boost C++ Libraries are going to be incorporated into the next version of the C++ standard, you can prepare yourself starting today.
Read more: The Boost C++ Libraries
QR:
0 comments:
Post a Comment