Eclipse IDE Tutorial Creating, building, and running a C++ project
Short Description
Eclipse IDE Tutorial: Creating, building, and running a C++ project. 1) From Eclipse toolbar, select File/New/Standard C++ Make Project. …
Website: www.nceas.ucsb.edu | Filesize: 12kb
Content
October 20, 2006
National Center for Ecological Analysis and Synthesis (NCEAS) Scientific Computing
Eclipse IDE Tutorial: Creating, building, and running a C++ project
1) From Eclipse toolbar, select File/New/Standard C++ Make Project.
2) Specify a Project name, and check the Use default location box to place the project source files into the default Eclipse workspace. The new project’s name appears in the C/C++ Projects tab of the Eclipse project Explorer window (left side of Eclipse GUI).
3) To import the existing files to the new project: right-click in the Project Explorer window, then select Import/File System, then browse to the folder containing the C++ source files. Check the boxes next to the files you wish to import, and then click the Browse… button next to the Into Folder dialog. Select the name of the new C++ project that you just created. Click Finish to import the files. They will appear as entries in the Project Explorer file tree.
4) In the Project Explorer, expand (click the ‘+’ sign) the file tree entries to see the class diagram schematic.
5) To configure the build environment, select Project/Clean from the Eclipse Toolbar. Click…
Get the file Download here
Related Books:Related Searches: c source files, eclipse gui, eclipse ide, eclipse project, ecological analysis
Comments
Leave a Reply