Copyright © 2016
Robert W. Hasker

Note 5: C++ 101

Why C++?

Starting point: Java == C++

Ch. 1: How to run a C++ Program

Programs from the bottom up

Operations on data

Scope & Lifetime

Constants

Arrays

Pointers

Basic Structure of C++ Programs

Review