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:
Text File  |  1993-09-27  |  229 b   |  5 lines

  1. C++ supports the facilities of C I/O, but you should not use C I/O
  2. when you are writing new C++ programs.  You can mix C and C++ I/O
  3. if you remember to flush the buffer regularly, but the results are
  4. unpredictable otherwise.
  5.