home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06176.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  351.1 KB  |  1 channel  |  11,025 sample rate  |  32 seconds
Transcription: Member functions use the same syntax to access static and non-static data members. The assignment statement here accesses the static member entry log. Adding the class name and scope resolution operator, as in the increment expression here, is legal but not necessary. Notice that the argument len has a default value equal to the static variable days per year. Unlike other data members, static data members can be used as default default values for arguments of a member function.