cplusplus.com
  C++ Library Reference : IOstream Library : streamsize
- -
º¯Êý¿â
C++º¯Êý¿â
Cº¯Êý¿â
C++º¯Êý¿â
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
IOstream Library
manipulators
classes:
· filebuf
· fstream
· ifstream
· ios
· iostream
· ios_base
· istream
· istringstream
· ofstream
· ostream
· ostringstream
· streambuf
· stringbuf
· stringstream
objects:
· cerr
· cin
· clog
· cout
types:
· fpos
· streamoff
· streampos
· streamsize

-

streamsize types
<ios>

Stream size type

Type to represent sizes in streams.

The type is an implementation-defined synonym of one of the signed basic integral types (generally signed int or signed long).

See also

© Copyright © 2007-2008 ¿áÇÚÍø All Rights Reserved