Skip to content

Latest commit

 

History

History
49 lines (47 loc) · 1.65 KB

File metadata and controls

49 lines (47 loc) · 1.65 KB
title Navigating the Class Structure (Visual C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-ide
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.codewiz.classes.structure
dev_langs
C++
helpviewer_keywords
classes [C++], structure
Object Browser, navigating
ms.assetid 3bd9427d-c920-41fd-b27c-3063dd924e0c
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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