#include <sstream>

#include <sstream>

Hi, can anyone tell me what is the purpose of the above header? Thanks :)
It defines the classes std::stringstream, std::istringstream and std::ostringstream. It probably contains a few other things too.
std::stringstream is used for writing/reading into/out of std::strings
Topic archived. No new replies allowed.