C++ experts D. Ryan Stephens, Christopher Diggins, Jonathan Turkanis; Jeff Cogswell have collected a wide variety of C++ solutions for your benefit. Topics covered in this book include:
- Working with numbers
- Dates and times
- Stream-based input/output
- Exception handling
- Working with classes and objects
- Building applications with make
- Parsing XML
- String and text manipulation
- Multithreading
- Standard library algorithms and containers
- Mathematical programming
- Internationalization
- The Boost build system
1 Building C++ applications
2 Code organization
3 Numbers
4 Strings and text
5 Dates and times
6 Managing data with containers
7 Algorithms
8 Classes
9 Exceptions and safety
10 Streams and files 351
11 Science and mathematics
12 Multithreading
13 Internationalization
14 XML
15 Miscellaneous