home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH11
/
A11255.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-09-27
|
229 b
|
5 lines
C++ supports the facilities of C I/O, but you should not use C I/O
when you are writing new C++ programs. You can mix C and C++ I/O
if you remember to flush the buffer regularly, but the results are
unpredictable otherwise.