2/8/00
COM1100 Winter2000 Yuhong Yin
8
Examples
n
string s;
n
s = "
Good, Morning !
";
n
cout << s << endl;
n
n
SquashString(s);
n
cout << s << endl;
Output:
Good, Morning !
Good, Morning !