home *** CD-ROM | disk | FTP | other *** search
- The class FileUse can only have one object. It does not have a
- constructor, but each data member must be defined before it is
- used. Such a class is useful in specific circumstances. For
- example, this class may monitor the use of a particular file. The
- class definition gathers into one object several variables
- describing the file. Member functions can be called to record the
- status of the file.
-