A C++ DYNAMIC ARRAY

void str (const string& s); •wipes contents of string stream, and sets to the contents of the passed-in string –converts from a string to a string stream newStringStream.str(oldStr); newStringStream.str(“hello”); 46 ................
................