cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
About StringStream
About StringStream
Sep 4, 2008 at 7:07pm UTC
HeatMan
(65)
Uhm... I not understanded what difference it does... Could someone explain it to me?
Sep 4, 2008 at 7:14pm UTC
Zhuge
(4664)
It allows you to manipulate strings like they are in I/O Stream (like cin/cout).
See:
http://www.cplusplus.com/reference/iostream/stringstream/
Sep 4, 2008 at 7:39pm UTC
HeatMan
(65)
Ah. Now I've understanded. ^^ Thanks!
Sep 4, 2008 at 7:44pm UTC
Mertovun
(10)
I didn't. :D
Sep 4, 2008 at 7:45pm UTC
guestgulkan
(2942)
it makes them useful for turning numbers into strings.
Topic archived. No new replies allowed.