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

  1. Preprocessor directives are instructions to the preprocessor.  For
  2. example, "#include" tells the preprocessor to copy the contents of
  3. another file into the source code, in place of the "#include"
  4. directive.  Preprocessor directives are neither functions nor
  5. operators.  They cannot be overloaded.
  6.