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

  1. The C++ language does not allow nested function definitions.  An
  2. exception is that local classes can have member functions.  The
  3. member functions must be defined inside the class definition.
  4.