cplusplus.com > reference > iostream library > streamoff
streamoff
  cplusplus.com  
(offset type)

Type to express positions in streams.
  It is generally a synonym of one of the basic integral types (typically long). It is used to represent offset positions in I/O buffers.

See also.
  iostream library


© The C++ Resources Network, 2001