Class Notes

Introduction to C++

Math Variables and Input

Functions With Parameters

Strings and Assignment 1

Assignment 1 Clarification and Return Types

Variable Scope and Function Prototypes

Conditional Expressions (If/Else)

Assignment 2- An RPN Calculator

Floating Point Numbers and Strings Revisited

Logical Operators and Assignment 3

Recursion Excursion

Introduction to Classes- The School Example

More Classes and Assignment 4

Random Numbers and While Loops

Nested Loops and Assignment 5

For Loops and Formatted Output

Population Growth, Bell Curves, and Assignment 6

A Graphical Diversion

Adding Color and Control

Arrays and Assignment 8

Reference Parameters

Reference Parameters Continued

Files, Encryption and Assignment 9

Writing to Files

Menus and Text Boxes