home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071242.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  227.0 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: Objects of the String class have three data members. The characters that compose the character string will be stored in dynamic memory at the location given by the pointer text. The member, lan, is the number of characters placed in the text area. The member size is the number of bytes allocated to hold the text.