home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05101.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  259.3 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: Programmers traditionally use a mixture of the built-in data types and user-defined types to model their application. For example, structures in C are often used for records of data and pointers or arrays sometimes link the records into a list. A major part of program design is determining the data structures to represent the objects in your application.