home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04163.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  321.6 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: C++ compilers come with a set of standard header files. These header files contain declarations for library functions and definitions of implementation specific values. If you want to include a standard header file, surround the name of the header file with angle brackets. The system will look for the header file in the directories that contain standard header files. These directories and the order in which they are searched can vary from compiler to compiler.