Introduction 1Book 1: Getting Started with C++ 7Chapter 1: Configuring Your Desktop System 9Chapter 2: Configuring Your Mobile System 27Chapter 3: Creating Your First C++ Application 45Chapter 4: Storing Data in C++ 69Chapter 5: Directing the Application Flow 105Chapter 6: Dividing Your Work with Functions 139Chapter 7: Splitting Up Source Code Files 169Chapter 8: Referring to Your Data Through Pointers 187Book 2: Understanding Objects and Classes 225Chapter 1: Working with Classes 227Chapter 2: Using Advanced C++ Features 269Chapter 3: Planning and Building Objects 309Chapter 4: Building with Design Patterns 335Book 3: Understanding Functional Programming 367Chapter 1: Considering Functional Programming 369Chapter 2: Working with Lambda Expressions 397Chapter 3: Advanced Lambda Expressions 415Book 4: Fixing Problems 427Chapter 1: Dealing with Bugs 429Chapter 2: Debugging an Application 443Chapter 3: Stopping and Inspecting Your Code 457Chapter 4: Traveling About the Stack 469Book 5: Advanced Programming 479Chapter 1: Working with Arrays, Pointers, and References 481Chapter 2: Creating Data Structures 515Chapter 3: Constructors, Destructors, and Exceptions 541Chapter 4: Advanced Class Usage 571Chapter 5: Creating Classes with Templates 601Chapter 6: Programming with the Standard Library 637Book 6: Reading and Writing Files 681Chapter 1: Filing Information with the Streams Library 683Chapter 2: Writing with Output Streams 697Chapter 3: Reading with Input Streams 711Chapter 4: Building Directories and Contents 727Chapter 5: Streaming Your Own Classes 737Book 7: Advanced Standard Library Usage 751Chapter 1: Exploring the Standard Library Further 753Chapter 2: Working with User-Defined Literals (UDLs) 779Chapter 3: Building Original Templates 795Chapter 4: Investigating Boost 817Chapter 5: Boosting up a Step 849Index 869
John Paul Mueller has produced 116 books and more than 600 articles on a range of topics that include functional programming techniques, application devel- opment using C++, and machine learning methodologies.