Navigating the Class Structure (Visual C++)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
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.
Adding Functionality with Code Wizards
Adding a Class
Adding a Member Function
Adding a Member Variable
Overriding a Virtual Function
MFC Message Handler
Show: