[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

 

Chapter 12.

 

27.1 Input and Output Library



A listing of the set of components that C++ programs may use to perform input/output operations.


Overview of Input and Output Library

The sections in this chapter are:


Input and Output Library Summary

This library includes the headers.

Input/Output Library Summary:

 

Include
Purpose
<iosfwd>  
Forward declarations  
<iostream>  
Standard iostream objects  
<ios>  
Iostream base classes  
<streambuf>  
Stream buffers  
<istream>  
Formatting and manipulators  
<ostream>  
 
<iomanip>  
 
<sstream>  
String streams  
<cstdlib>  
 
<fstream>  
File Streams  
<cstdio>  
 
<cwchar>  
 


27.1 Iostreams requirements

No requirements library has been defined.

Topics in this section are:


27.1.1 Definitions

Additional definitions are:


27.1.2 Type requirements

Several types are required by the standards, they are consolidated in strings (chapter 21.)


27.1.2.5 Type SZ_T

A type that represents one of the signed basic integral types. I is used to represent the number of characters transferred in and input/output operation or for the size of the input/output buffers.

 

 


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: July 21, 2000