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

  1. To ensure that the file scope declaration of degrees is used
  2. rather than the member declaration, this statement uses the
  3. scope resolution operator.  When the scope resolution operator
  4. is used like this, it tells the compiler to look for the name
  5. in the scope outside of the current scope.
  6.