#include <sstream>

what is #include <sstream> used for?
Stringstreams. They're like streams, but they contain strings, which can be useful for employing stream-style manipulation on them. Hence, stringstream.
Read the references for what is in sstream.
Last edited on
it is the same as the directives iostream
which is useful for input and output
mechanisms.
Topic archived. No new replies allowed.