Jump to content

input/output (C++)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 1exec1 (talk | contribs) at 09:41, 31 March 2012 (copy-paste from Sstream). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In the C++ programming language, <sstream> is a part of the C++ Standard Library. It is a header file that provides templates and types that enable interoperation between stream buffers and string objects.[1][2]

References

  1. ^ ISO/IEC 14882:2003 Programming Languages — C++. [lib.string.streams]/1
  2. ^ Stanley B. Lippman, Josee Lajoie (1999 - third edition). C++ Primer. Massachusetts: Addison-Wesley. pp. 1109–1112. ISBN 0-201-82470-1. {{cite book}}: Check date values in: |year= (help)CS1 maint: year (link)