home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06186.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  300.3 KB  |  1 channel  |  11,025 sample rate  |  28 seconds
Transcription: Non-static constant data members of a class are initialized by the constructor. In this example, the value 100 is assigned to the constant member VeryHot in the object Warm when that object is declared. Use the same syntax to initialize constant and non-constant static data members. In this example, the static constant Freeze stores the temperature at which water turns to ice.