Copyright © 2016, 2023
Robert W. Hasker

Note 2: C++ 101

A more detailed discussion of "why C++?"

Starting point: Getting programs to run

Ch. 1: Running a C++ Program

Programs from the bottom up

Operations on data

Scope & Lifetime

Constants

Arrays

General notes on Functions in C++

Review