home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05193.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  242 b   |  5 lines

  1. This is the declaration of the member degrees.  The declaration
  2. of the class member degrees does not conflict with the previous
  3. declaration of degrees. The previous declaration was at
  4. file scope, while this declaration is at class scope.
  5.