Previous Next
Files included by a particular file

As you can see in the above illustration, Menu.C includes ten header files. Let's look at the include statement of one of the header files. To do so:

  1. Highlight Menu.h in the newly created tree.
  2. Choose Context menu > Show Include Statement.
    The Source Editor opens and is positioned at the include statement of
    Menu.h .
  3. Close the Source Editor.