home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05102.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  337.5 KB  |  1 channel  |  11,025 sample rate  |  31 seconds
Transcription: No compiler can provide operators to manipulate application-specific data structures. Programmers must write routines to model the attributes of the data. For modularity, programmers often make an interface of functions located in separate files or compilation units. Considerable skill and programmer discipline is necessary to ensure all transactions use the intended interface correctly, and even the best designed schemes can fall apart during program maintenance.