Download presentation
Presentation is loading. Please wait.
1
Getting started in Eclipse
2
Download the file Go to the website http://www.eclipse.org/downloads
Download the Eclipse IDE for C/C++ Developers from the mirror site closest to you. Install the software
3
The directory
4
Unzip the files Your web browser may block the access to the web.
If so, allow it, to be able to work efficiently.
5
Other download You may be asked if you wish to download something else (the term toolchain may be used) Choose the MinGW GCC option (gcc is the basis for this compiler and the Apple Xcode compiler).
6
What is Eclipse? A collection of software tools that can be used for a variety of projects and programming languages. An IDE (Integrated Development Environment). An integrated help system.
7
Open Eclipse and select a workspace
9
Create a C project On the File menu, select new.
Then select C project.
11
Name the project Lastname_firstname_program7.c
Be sure to select an empty project You can choose either Next or Finish since you will not make any changes to the default values, either one is fine.
12
What’s next?
13
Open a file from the File menu
14
I knew I had used workspacea
15
Open the project we want
16
Select Window, Show View, C/C++ Projects
18
Select New from the File Menu
It gives you a prompt for a file name within the project. I used the same name for the file and the project, but that is NOT necessary.
21
Enter your code
22
Save, then Build - no errors
23
Run the program
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.