I have an existing C++ project on a linux environment, and would like to import it into the Eclipse IDE.
Not sure if I should start a new Eclipse C++ project, or if there was some way to import the source files?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a new Eclipse C++ project ‘in-place’, i.e. if you have your sources checked out at /home/joe/mysources, you can select that directory in the new project wizard (uncheck the ‘use default location’ checkbox first). All your source files will show up in the Eclipse project.