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

  1. The noninlined member functions of AStack<T> have
  2. the qualification "AStack<T>::" in their definitions.
  3. This tells the compiler that these functions belong to the
  4. specific template class AStack<T>.
  5.