home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A081531.TXT < prev    next >
Encoding:
Text File  |  1993-09-27  |  205 b   |  5 lines

  1. The #ifndef directive begins conditional compilation of all the
  2. lines up to the next #endif directive.  In this case, the code is
  3. compiled if the preprocessor constant STRCLASS_H has not been
  4. defined.
  5.