When a Contents View, Browser View, or Hierarchy View is visible, the Browser menu appears in the IDE's menu bar. You use the commands in this menu to create new items. The IDE opens a wizard based on the command you select. The wizard presents various options to help you create a new class, member function, or data member.
The following list describes the commands in the Browser menu:
New Class-opens the New Class Wizard to help you create a new class. The wizard lets you specify the name, location, file type, and modifiers for the new class.
New Member Function-opens the New Member Function Wizard to help you create a new member function for a selected class. The wizard lets you specify the name, return type, parameters, modifiers, and other optional information for the new member function.
New Data Member-opens a the New Data Member Wizard to help you create a new data member for a selected class. The wizard lets you specify the name, type, initializer, modifiers, and other optional information for the new data member.