C Projects in Eclipse
- Download Eclipse CDT - from the list Choose "Eclipse IDE for C/C++ Developers".
- Unarchive and run downloaded Eclipse
- Close "Welcome screen", if you're running Eclipse for the first time
- Choose File > New > C Project
- Type in a name, for example, lab03
- Uncheck "Use default location"
- Browse you lab root folder as Location
- Choose "Makefile Project > Empty project" as Project type
- Press "Finish"
- A New project folder will appear on the left side, right click on it, properties
- C/C++ General > Paths And Symbols > GNU C++
- Add ... > Workspace
- Choose your lab project root folder (lab03)