home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  276.2 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: Where and how an object is declared determines not only its scope and size, but also where it is placed in memory. While your program is running, its executable image, including class member functions, is stored in a reserved text area. Objects and data members used by the program also reside in memory during their lifetimes, but unlike the code, are created and destroyed during program execution.