home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06179.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  289.3 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: 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.