OOP

Introduction to Class Definitions

Introduction to Pointers

int x = 3; int *ptr = &x;
pointer declaration, pointer initialization, dereferencing a pointer, pointer arithmetic.
Pointer to a cstring. Pointer to an object.