Article ID: 158204 - Last Review: December 1, 2003 - Revision: 4.0 INFO: STL Sample for the string::operator>> FunctionThis article was previously published under Q158204 NOTE: Microsoft Visual C++ NET (2002) supported both the managed code
model that is provided by the .NET Framework and the unmanaged native Windows
code model. The information in this article applies to unmanaged Visual C++
code only. On This PageSUMMARY The sample code below illustrates how to use the
string::operator>> STL function in Visual C++. MORE INFORMATIONRequired HeaderPrototypeDescriptionThe operator>> is used to populate a string with the contents of an input stream.Sample CodeEnter a word: Sample You entered: Sample REFERENCES Visual C++ Books On Line: Visual C++ Books:C/C++:Standard
C++ Library Reference. | Article Translations
|
Back to the top
