home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06133.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  279.5 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: Using an initializer list is more efficient than using assignment statements inside the function body and has the same effect. Data members are given the supplied initial value in the order that they appear in the class definition rather than in the order that they appear in the initializer list. The initial values are assigned before the constructor body is executed and may be overwritten by the constructor.