home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH11
/
A11115.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-23
|
282 b
|
6 lines
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 run time.
The bindings for C++ input and output, on the other hand, are done
at compile time.