home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04164.TXT < prev    next >
Encoding:
Text File  |  1993-11-02  |  376 b   |  7 lines

  1. If you want to include a user-defined header file, surround the
  2. name of the header file with double quotes.  The system will look
  3. for the header file in the directories that contain user-defined
  4. header files.  These directories and the order in which they are
  5. searched can vary from compiler to compiler, but your current
  6. directory will be searched for the header file.
  7.