home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A171522.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  182 b   |  4 lines

  1. This is the class constructor.  The constructor has a single
  2. argument, "capacity", that is the initial size of the stack.
  3. Notice that "capacity" is assigned the default value 10.
  4.