Copied the first set of example code for pointers. Added comments for new commands.
Compiled and ran code.
Copied code for pointer program 1.
Compiled and ran code.
Code shows how integer variables are not linked once initialized.
Copied code for pointer program 2.
Compiled and ran code.
Variables are now linked, because p references the address of i.
Copied code for practice with writing pointers with new.
Compiled and ran code.