Eclipse IDE Tutorial Creating, building, and running a C++ project

Eclipse IDE Tutorial Creating, building, and running a C++ projectShort 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

AddThis Social Bookmark Button
Related Books:
  • Eclipse Project CDT (C/C++) Plugin Tutorial
  • An Introduction to Java Programming
  • Ajax with Echo2 and Eclipse
  • 482- Intermediate AJAX Programming Introduction and Environment
  • Project Builder C++ Tutorial
  • The BlueJ Tutorial
  • A Quick, Painless Tutorial on the Python Language
  • Tutorial Using Xcode and ODBC with SQL Anywhere 10 on Mac OS X

  • Related Searches: , , , ,



    Comments

    Leave a Reply