| Class/Function |
Header |
Standard |
VBCC |
GCC |
SAS/C |
DICE |
Notes |
| ios_base |
ios |
C++98 |
|
|
Non-compliant |
|
Base class for I/O streams |
| ios |
ios |
C++98 |
|
|
Non-compliant |
|
Base class for I/O streams |
| istream |
istream |
C++98 |
|
|
Non-compliant |
|
Input stream |
| ostream |
ostream |
C++98 |
|
|
Non-compliant |
|
Output stream |
| iostream |
istream |
C++98 |
|
|
Non-compliant |
|
Input/output stream |
| ifstream |
fstream |
C++98 |
|
|
Non-compliant |
|
Input file stream |
| ofstream |
fstream |
C++98 |
|
|
Non-compliant |
|
Output file stream |
| fstream |
fstream |
C++98 |
|
|
Non-compliant |
|
Input/output file stream |
| istringstream |
sstream |
C++98 |
|
|
Missing |
|
Input string stream |
| ostringstream |
sstream |
C++98 |
|
|
Missing |
|
Output string stream |
| stringstream |
sstream |
C++98 |
|
|
Missing |
|
Input/output string stream |
| cin |
iostream |
C++98 |
|
|
Non-compliant |
|
Standard input stream |
| cout |
iostream |
C++98 |
|
|
Non-compliant |
|
Standard output stream |
| cerr |
iostream |
C++98 |
|
|
Non-compliant |
|
Standard error stream |
| clog |
iostream |
C++98 |
|
|
Non-compliant |
|
Standard log stream |
| wcin |
iostream |
C++98 |
|
|
Missing |
|
Wide standard input stream |
| wcout |
iostream |
C++98 |
|
|
Missing |
|
Wide standard output stream |
| wcerr |
iostream |
C++98 |
|
|
Missing |
|
Wide standard error stream |
| wclog |
iostream |
C++98 |
|
|
Missing |
|
Wide standard log stream |
| TOTALS |
|
|
0/19 |
0/19 |
12/19 |
0/19 |
|