When would I use std::istringstream, std::ostringstream and std::stringstream and why shouldn\'t I just use std::stringstream
std::istringstream
std::ostringstream
std::stringstream
Why open a file for read/write access if you only need to read from it, for example?
What if multiple processes needed to read from the same file?