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

  1. This is the class constructor.  Notice that stack size information
  2. is not passed to the constructor.  Size information is unnecessary
  3. because "LLStack<T>" is based on a linked list.
  4.