Jennifer84 0 Posting Pro

I think I just did found this out:

Put.str("");

How is it possible to ´emty´ a std::stringstream. In this case Put contains: 10.

std::stringstream Put;
int i = 10;
Put << i;