Tagged Questions

9
votes
4answers
2k views

In C++, how do you clear a stringstream variable?

I've tried several things already, std::stringstream m; m.empty(); m.clear(); both of which don't work.