home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06179.TXT < prev    next >
Encoding:
Text File  |  1993-09-13  |  409 b   |  8 lines

  1. The class FileUse can only have one object.  It does not have a
  2. constructor, but each data member must be defined before it is
  3. used.  Such a class is useful in specific circumstances.  For
  4. example, this class may monitor the use of a particular file.  The
  5. class definition gathers into one object several variables
  6. describing the file.  Member functions can be called to record the
  7. status of the file.
  8.