home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02127.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  179.4 KB  |  1 channel  |  11,025 sample rate  |  16 seconds
Transcription: A program can be split into multiple files. In order to access a global variable defined in another file, an extern declaration is used. The variable X, which is defined in program C, can be referenced in programs A and B.