cp ~dbennett/230/hw3B/data/* .
void DeleteFromArray(string source[], size_t & size, string name);
stringstream buffer;
// comment out this line.
streambuf * old = cout.rdbuf(buffer.rdbuf());
Merge(ary1, size1, ary2, size2, result, newSize,maxSize,"X");
// comment out this line too.
cout.rdbuf(old);