Talk:cpp/io
From cppreference.com
< Talk:cpp
[edit] Insertion and Extraction Operators
This page needs a subpage showing the standard stream insertion and extraction operators. The description for these global functions should be easily accessible from the main page index and from the main page for this library. --Legalize (talk) 10:50, 9 February 2016 (PST)
- Which operators specifically? Are you referring to the list here: cpp/language/operator_arithmetic#Stream_insertion.2Fextraction_operators? --Cubbi (talk) 11:08, 9 February 2016 (PST)
[edit] char * streams
When were char streams deprecated? I look at C++98 first edition (ISO/IEC 14882:1998(E)) and they are already deprecated there. Were they never standardized? P12 13:37, 7 November 2011 (PST)
- Yes, the first edition already had an Annex D listing a few things, including strstreams, as deprecated ("Normative in the current edition of the Standard, but not guaranteed to be part of the Standard in future revisions"). I believe strstreams were part of ARM C++. -Cubbi 17:19, 7 November 2011 (PST)