home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05143.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  231.4 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: To calculate the amount of memory that will be occupied by an object of class type, add the number of bytes required for each data member. For example, each fraction takes up as much space as two integers. An object of type weather occupies at least as many bytes as an int plus a float plus five long ends plus a pointer to char.