Adding a C/C++ nature to an Eclipse project

后端 未结 2 425
攒了一身酷
攒了一身酷 2020-12-29 18:14

Does anybody know how to add a C/C++ project nature to an Eclipse project through the UI ? I\'m importing a project and working with legacy code that was originally started

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-29 19:08

    Assuming you've got the CDT plugin installed

    Right-click on the project.

    Select: New -> Other

    Under C/C++, select "Convert to a C/C++ project"

提交回复
热议问题