This section describes the specifications of the EC++ class libraries, which can be used as standard libraries in C++ programs. The class library types and corresponding standard include files are described. The specifications of each class library are given in accordance with the library configuration.
Table 7.15 shows the class library types and the corresponding standard include files.
Table 7.15 | Class Library Types and Corresponding Standard Include Files |
|
|
|
Stream input/output class library
|
Performs input/output processing
|
<ios>, <streambuf>, <istream>, <ostream>, <iostream>, <iomanip>
|
Memory management library
|
Performs memory allocation and deallocation
|
<new>
|
Complex number calculation class library
|
Performs calculation of complex number data
|
<complex>
|
String manipulation class library
|
Performs string manipulation
|
<string>
|