home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09132.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  212.2 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: Preprocessor directives are instructions to the preprocessor. For example, pound include tells the preprocessor to copy the contents of another file into the source file in place of the pound include directive. Preprocessor directives are neither functions nor operators. They cannot be overloaded.