Symbol 'cout' could not be resolvedが取れました
Eclipse 4.4.2でC/C++混在のプロジェクトを作成したところ、当たり前にインデクサに検索しておいて欲しいシンボルが以下のようなエラーになっていましたが、参考にさせていただいたサイトに書かれてあった方法でそのエラーがなくなりました。
エディタ上でシンボルが見つからないというインデクサのエラー
Symbol 'cout' could not be resolved
環境
- CentOS 6.6(ゲストOS)
- Eclipse 4.4.2
- CDT 8.6.0
- gcc 4.4.7
インデクサのエラーを消す方法
- プロジェクトのプロパティを開き、C/C++ Generalを開く
- Preprocessor Include Paths, Macros, etc.ページを開く
- Providersタブを開く
- CDT GCC Built-in Compiler Settingを選択する
- Language Settings Provider OptionsでUse global provider shared between projectsのチェックを外すと、Command to get compiler specs:が設定できるようになるので、
-std=c++11
を末尾に追加する。 - OKを押してダイアログを終了し、Indexerのリビルド。
参考
Author And Source
この問題について(Symbol 'cout' could not be resolvedが取れました), 我々は、より多くの情報をここで見つけました https://qiita.com/tchofu/items/7bff16a76935b4872389著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .