I would be glad if there is a fact i missed. I''ve never seen sth. about ostringstream and istringstream.
I only know about ostrstream and. Is the i/ostringstream class part of standard C++ or isn''t it?
Wich Compiler do you use?
Curios Ben
P.S.Will test it on MS VC++ as soon as I''m home again
C++ String Class Type
Ben_, std::ostringstream and std::istringstream (std::stringstream), are indeed defined as part of the C++ standard. Providing your compiler complies with the language definition, as of 1998, it should support the "sstream" header file.
Regards, Ben.
Regards, Ben.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement