home *** CD-ROM | disk | FTP | other *** search
- You should use the class name and the scope resolution operator to
- refer to a static member of a class. Alternatively, you can use
- the member access operators . and -> exactly as you would for
- nonstatic members. The syntax for a pointer to a static data
- member or static member function is similar to that for a pointer
- to an object that is not a member of a class. Use the scope
- resolution operator to identify the member when assigning the
- pointer. You de-reference the pointer the same way you would
- de-reference a pointer to a nonmember object.
-