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

  1. Clients of the outer class use the scope resolution operator to
  2. access the inner class.  Notice how this operator is used in the
  3. definition of the function leapyear().  You can use a typedef
  4. statement to simplify the syntax of nested class names.
  5.