Lecture 32

swap.cpp demonstrates C++ reference variables as formal parameters when used
with primitive int types.
vector_ref.cpp demonstrates C++ reference variables when used with a type.
ptr_exs.cpp gives several examples to demonstrate C++ pointer variables.