home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11115.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  211.7 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: The C++ input and output operators are more efficient than scanf and printf. scanf and printf take format strings as arguments, and these format strings have to be parsed at runtime. The bindings for C++ input and output, on the other hand, are done at compile time.