More About string
Example
   string firstName;
   string::size_type len;
   firstName = “Alexandra”;
   len = firstName.length();