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

  1. In any program, classes and member functions can be defined only 
  2. once.  You may want to include the header in several code files 
  3. for separate compilations.  You can use the preprocessor 
  4. directives, as shown here, to prevent the definitions being 
  5. included more than once by the linker.
  6.