Contents
Chapter 1 Introduction
1.1. What's the Book About?
1.2. Mathematics Review
1.2.1. Exponents
1.2.2. Logarithms
1.2.3. Series
1.2.4. Modular Arithmetic
1.2.5. The P Word
1.3. A Brief Introduction to Recursion
1.4. C++ Classes
1.4.1. Basic class Syntax
1.4.2. Extra Constructor Syntax and Accessors
1.4.3. Separation of Int…