home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  207.3 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: A declaration introduces an object and its identifier or name into a program. Here we declare variable x to be an integer, reserve memory for its value, and initialize it to 42. As in ANSI C, you must declare an object in C++ before you can use it.