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

  1. Yes, there are better ways to implement the phonebook.  For
  2. simplicity, this class has fixed-length parallel arrays for names
  3. and for telephone numbers.  These are private members, so the
  4. application cannot manipulate them directly.  In this and
  5. following chapters, the phonebook implementation is improved as
  6. new techniques are introduced.
  7.