home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052302.TXT < prev    next >
Encoding:
Text File  |  1993-10-28  |  433 b   |  8 lines

  1. This statement calls the function userinfo().  It prints
  2. instructions on the console that explain to the user how to run
  3. the program.  The user can enter one-letter commands: i for
  4. insert, r for remove, l for look up, p for print, or q for quit.
  5. After entering an i, the user must enter a one-word name and an
  6. all-digit phone number.  After entering an r or l, the user must
  7. enter the name that is to be removed or looked up.
  8.