home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06165.TXT < prev    next >
Encoding:
Text File  |  1993-08-18  |  286 b   |  6 lines

  1. The function init() of the previous chapter is no longer needed
  2. and has been deleted.  The default constructor replaces this
  3. function.  The other member functions are unchanged.  Only one
  4. change is made to the client code.  The main() function no longer
  5. calls the function init().
  6.