相关文章推荐
C++ Now istream tellg Method

Usage:

The tellg method returns the location of a stream object's file pointer for input (get or read.)

Prototype:

    streampos istream :: tellg ();
    Inherited by ifstream, iostream, constream, istream_withassign, istrstream, fstream, iostream_withassign, strstream

Header Files:

    iostream.h
    (istream)

Returns:

    streampos
    File pointer offset from the beginning of the file.
C++ Now Home C++ Now Home
Include Files Index Include Files Index
Header iostream.h Index Header iostream.h Index
E-Mail
copyright 2001-2004, j.h.young
 
推荐文章