Learn to build applications faster and better by leveraging the real power of Boost and C++
This book is for developers looking to improve their knowledge of Boost and who would like to simplify their application development processes. Prior C++ knowledge and basic knowledge of the standard library is assumed.
If you want to take advantage of the real power of Boost and C++ and avoid the confusion about which library to use in which situation, then this book is for you.
Beginning with the basics of Boost C++, you will move on to learn how the Boost libraries simplify application development. You will learn to convert data such as string to numbers, numbers to string,
Chapter 1. Starting To Write Your Application
Chapter 2. Managing Resources
Chapter 3. Converting And Casting
Chapter 4. Compile-Time Tricks
Chapter 5. Multithreading
Chapter 6. Manipulating Tasks
Chapter 7. Manipulating Strings
Chapter 8. Metaprogramming
Chapter 9. Containers
Chapter 10. Gathering Platform And Compiler Information
Chapter 11. Working With The System
Chapter 12. Scratching The Tip Of The Iceberg