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

  1. Two include files from the standard library are used by this
  2. class.  The iostream header file is needed for console input and
  3. console output.  The prototypes of the string manipulation
  4. functions are in the string header file.  The string manipulation
  5. functions strcmp() and strcpy() are called by the member functions
  6. in the PhoneBk class.
  7.