home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A020823.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  204.0 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: A pound include statement inserts code from another source file into a program before it is compiled. The file iostream.h is a standard header file that is used by C++IO. When you use CIN or COUT, you must include iostream.h.