//String.cpp // //ComS 228 Fall 2005 //Homework 2 // //Name: //Section: //Username: // #include "String.h" using namespace std; //If you wish to write any helper functions, put their prototypes here. //Put the implementations of the String member and friend //functions here. //If you wish to write any helper functions, put their implementations //here.