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.
Creating a sample project
projects can be created via file -> new -> Project. Depending on the current perspective, the options in the file menu would change.
e.g. when you are in CDT perspective, Eclipse wpuld look like this:
When you are in resoirce perspective, Eclipse would look like this:
To keep thing 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
Finish
This chapter would give an overview on using them in Eclipse.
Creating a sample project
projects can be created via file -> new -> Project. Depending on the current perspective, the options in the file menu would change.
e.g. when you are in CDT perspective, Eclipse wpuld look like this:
When you are in resoirce perspective, Eclipse would look like this:
To keep thing 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
Finish




0 Komentar untuk "Projects"