home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04163.TXT < prev    next >
Encoding:
Text File  |  1993-10-29  |  477 b   |  9 lines

  1. C++ compilers come with a set of standard header files.  These
  2. header files contain declarations for library functions and
  3. definitions of implementation-specific values.  If you want to
  4. include a standard header file, surround the name of the header
  5. file with angle brackets.  The system will look for the header
  6. file in the directories that contain standard header files.  These
  7. directories and the order in which they are searched can vary from
  8. compiler to compiler.
  9.