home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A1122124.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  235.7 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: The string secVal is not padded and neither is the value of secVal. The reason is that changes to the field width only affect the very next value that is inserted in the stream. After this value has been inserted, the field width returns to its default which is the length of the value that is being inserted with no padding.