home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  135.1 KB  |  1 channel  |  11,025 sample rate  |  12 seconds
Transcription: C++ programs are made up of functions. There is one special function called main that must be defined in every C++ program. Other functions are called from main.