home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04165.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  212.2 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: This example shows how objects that are defined in one file can be declared in another file. File X contains definitions for the int value a and for function f. File Y includes the header file that contains extern declarations for both these objects.