cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
#include <sstream>
#include <sstream>
Jan 13, 2010 at 9:34pm UTC
moxyfike
(13)
what is #include <sstream> used for?
Jan 13, 2010 at 9:37pm UTC
tummychow
(1210)
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
Jan 13, 2010 at 9:37pm UTC
Jan 13, 2010 at 10:01pm UTC
iharrold
(56)
http://cplusplus.com/reference/iostream/stringstream/
Jan 14, 2010 at 11:15am UTC
magnag
(1)
it is the same as the directives iostream
which is useful for input and output
mechanisms.
Topic archived. No new replies allowed.