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.
関数のプロトタイプを 2 回入力しなければならないのは面倒です> これを自動的に行う IDE はありますか?
たとえば、CDT を使用して Eclipse でこれを行う方法は?
主に以下の3点をお願いしています。
ヘッダー ファイルでプロトタイプを既に宣言している場合は、コンテキスト メニュー'Source->Implement Method...'でそこから選択します。これによりダイアログが表示され、対応するソースで生成する未実装のメソッドを選択できます。