PS 7

  1. Write a programme that has a pointer to string, print out the address of the original string variable and the value of the pointers, use the * operator to print out the string.
  2. Use the -> construction to print out the length of the string.
  3. Make a vector of four strings and use an iterator in a for loop to print them out.

If you don't get your programme to compile write a comment saying it doesn't compile at the top of you code when you hand it in.