sstream

From HandWiki
Revision as of 21:20, 8 February 2024 by AnLinks (talk | contribs) (link)
(diff) ← Older 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). C++ Primer (third ed.). Massachusetts: Addison-Wesley. pp. 1109–1112. ISBN 0-201-82470-1. https://archive.org/details/cprimer00lipp/page/1109. 

External links