P
Peng Yu
ostringstream os;
os << "S.par";
Suppose I have the above code. Later on, I want to clean os to be an
empty. Could you tell me what member function I should use?
Thanks,
Peng
os << "S.par";
Suppose I have the above code. Later on, I want to clean os to be an
empty. Could you tell me what member function I should use?
Thanks,
Peng