Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>.* dereference pointer to class member</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 .*                      Dereference Pointer to Class Member

 my_class.*identifier;

    The .* operator dereferences (i.e. returns the contents of the
    following address) pointers to class members. It is unique to C++.

See Also: ->*

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson