Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UI を介して C/C++ プロジェクトの性質を Eclipse プロジェクトに追加する方法を知っている人はいますか? プロジェクトをインポートし、もともと Visual Studio 4 で開始されたレガシー コードを使用しています。Eclipse のヘルパーをできるだけ活用したいと考えています。
CDTプラグインがインストールされていると仮定します
プロジェクトを右クリックします。
選択:新規->その他
[C / C ++]で、[C /C++プロジェクトに変換]を選択します
既存のソース コードを使用して新しい C プロジェクトを作成します。