Q:

remove something from stringstream

 stringstream ss;
 ss<<"abc\n";
 ss.seekp(-1, std::ios_base::end);
 ss << '\0';
0

New to Communities?

Join the community