home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08152.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  283.9 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: One convention is to put class definitions in header files. The client code can use the preprocessor directive, pound include, as shown here, to insert the required declarations into the code that uses the classes. If the definitions of member functions are placed in separate files, the header files can be used by the compiler for type checking and used by the programmer as specifications of the public interface for the classes.