C/C++ perspective is a part of the Eclipse-based IDE.
It is supplied with Lycia to allow 4gl developers to work conveniently with their C projects but is not developed by Querix.
You can learn details about C functionality adopted by Lycia here, here, and here.
C/C++ perspective is a group of views and editors intended to develop C/C++ programs and modules.
|
C/C++ Projects |
displays resources of C and C++ projects. Is similar to the project explorer. |
|
Call Hierarchy |
displays loaded callers and callees for the selected C/C++ function |
|
Include Browser |
displays the include relationships between source and header files |
|
Problem Details |
displays the details on problems with build |
|
Type Hierarchy |
displays the tree hierarchy for the selected type or method |
|
shows all the resources in the workspace hierarchically. Allows working with projects in general and manipulating their separate files. |
|
|
displays the progress and results of build and deployment in LyciaStudio. Also displays console output for the applications run from LyciaStudio. |
|
|
displays warnings and errors which occurred building a project |
|
|
Properties |
displays property names and values for the selected resource |
|
C/C++ Index |
|
Project Explorer, Console, Problems, and Properties views are general views for LyciaStudio: They are only associated with the C/C++ perspective and do not belong to it.
If you have only installed Lycia but haven't configured it particularly for working with C projects, most C functionality will be unavailable.
To get access to the C functionality in full scale, you must install and configure Eclipse Development Tool.
More details about CDT installation and configuration is here.
Here you can find out how to open and manipulate perspectives.
Here you can find out how to open and manipulate views.