What is a Pointer?
The use of the "Address of" (&) and "Dereference" (*) Operator
How dereferencing a pointer takes on different meanings, depending on if the pointer is derefenced on the right or left-hand side of an assignment.
Overview of how Pointers are really used in C++ programs.