PS 7
- 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.
- Use the -> construction to print out the length of the string.
- 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.