Eclipse is not an editor. It’s an IDE. Everything begins with a project.
This chapter would give an overview on using them in Eclipse.
Projects can be created via perspective, the options in the file menu would change.
. Depending on the currente.g. when you are in CDT Perspective, Eclipse would look like this:
when you are in Resource Perspective, Eclipse would look like this:
To keep things simple, we would create a general (Normal) project. We would create C/C++ Projects once we cover CDT in further detail.
Name it as DemoProject