home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  311.8 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: Like C, the C++ language has no built-in input and output facilities. Instead, input and output is provided by the Iostream library. For compatibility with C, C++ also supports the standard CIO functions. The C++ Iostream library supports the built-in data types. You can also extend these facilities to provide input and output functions for user-defined data types.