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

  1. Programmers traditionally use a mixture of the built-in data types
  2. and user-defined types to model their application.  For example,
  3. structures in C are often used for records of data, and pointers
  4. or arrays sometimes link the records into a list.  A major part of
  5. program design is determining the data structures to represent the
  6. objects in your application.
  7.