Navigating the Class Structure (Visual C++)
The latest version of this topic can be found at Navigating the Class Structure (Visual C++).
You can navigate a project class structure, including functions, inheritance and interfaces using either Class View or the Object Browser.
You can go to a function declaration by double-clicking on the function name in Class View. You can go to a class definition by double-clicking on a class name in Class View.
See Also
Adding Functionality with Code Wizards
Adding a Class
Adding a Member Function
Adding a Member Variable
Overriding a Virtual Function
MFC Message Handler