home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A0709411.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  188.7 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: When the function ends, its local objects are destroyed and removed from the stack. The static objects remain and retain their value until the next time the function is called. The integer static in function A is invisible to code outside of function A.