相关文章推荐
小百科
›
istream tellg Method - C++ Now
header
稳重的煎饼
2 月前
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
Include Files Index
Header iostream.h Index
copyright 2001-2004, j.h.young
推荐文章