This topic has not yet been rated - Rate this topic

istream::peek

Visual Studio 6.0

int peek();

Return Value

Returns the next character without extracting it from the stream. Returns EOF if the stream is at end of file or if the ipfx function indicates an error.

istream OverviewInput Stream Classes

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.