C++ Recipes: A Problem-Solution Approach is a handy code cookbook reference guide that cover the latest C++ 14 as well as some of the code templates available in the latest Standard Template Library (STL).
In this handy reference, you’ll find numbers, strings, dates, times, classes, exceptions, streams, flows, pointers and more. Also, you’ll see various code samples, templates for C++ algorithms, parallel processing, multithreading and numerical processes. These have many applications including game development, big data analytics, financial engineering and analysis, enterprise applications and more. A wealth of STL templates on function objects, adapters, allocators, and extensions are also available.
This is a “must have”, contemporary reference for your technical library.
This book is for those with at least some experience with C++ and certainly experience with programming in general.
Chapter 1. Beginning C++
Chapter 2. Modern C++
Chapter 3. Working with Text
Chapter 4. Working with Numbers
Chapter 5. Classes
Chapter 6. Inheritance
Chapter 7. The STL Containers
Chapter 8. The STL Algorithms
Chapter 9. Templates
Chapter 10. Memory
Chapter 11. Concurrency
Chapter 12. Networking
Chapter 13. Scripting
Chapter 14. 3D Graphics Programming