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

  1. You can declare a class inside a function definition.  A local
  2. class is in the scope of the function.  A local class cannot have
  3. static members.
  4.