Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.36 KB

File metadata and controls

28 lines (24 loc) · 1.36 KB
title Navigating the Class Structure (Visual C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-ide
ms.topic conceptual
f1_keywords
vc.codewiz.classes.structure
dev_langs
C++
helpviewer_keywords
classes [C++], structure
Object Browser, navigating
ms.assetid 3bd9427d-c920-41fd-b27c-3063dd924e0c
author mikeblome
ms.author mblome
ms.workload
cplusplus

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. For more information, see Viewing the structure of code.

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