home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A020826.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  239.6 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: As in ANSI C, you must declare an object in C++ before you can use it. In C++, declarations are placed anywhere in the program. In this program, three integers are defined, A, B and D. Their definitions are identical C definitions. Notice that D is declared in the middle of the main function.