home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A060910.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  215.5 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: Here is a version of the traditional Hello World program. Notice that the declaration of the object Hello triggers the Hello World message. The main function does not use any objects of the class World. The Goodbye message is triggered after the main function by the destruction of the global object Hello.