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

  1. This is the definition of the member function Push() for the
  2. template class AStack<T>.  If the stack is full an exception is
  3. thrown.  If not, the element is pushed onto the stack.
  4.