home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11251.TXT < prev    next >
Encoding:
Text File  |  1993-08-03  |  192 b   |  4 lines

  1. stdio.h is the header file that contains declarations for all of
  2. the standard C I/O functions.  C++ I/O declarations are contained
  3. in a set of files, but the most common one is iostream.h.
  4.