home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05102.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  481 b   |  9 lines

  1. No compiler can provide operators to manipulate application-
  2. specific data structures.  Programmers must write routines to
  3. model the attributes of the data.  For modularity, programmers
  4. often make an interface of functions located in separate files or
  5. compilation units.  Considerable skill and programmer discipline
  6. is necessary to ensure all transactions use the intended interface
  7. correctly, and even the best-designed schemes can fall apart
  8. during program maintenance.
  9.