home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06172.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  193.6 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: If you declare a data member to be static, only one copy of that member is made for the class, no matter how many instances of objects of that class are declared. Once it is defined, the static member is created even if no objects of that class are declared.