home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06174.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  320.0 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: Static data members must be defined before they are used and can be assigned initial values. These two statements show how to define the public and private static data members of the class, weather. You can include an assignment to an initial value in the definition of a static data member. The right-hand side of the assignment must be an expression of appropriate type. Like other static variables, static data members have a default initial value of zero. zero.