eclipse should be able to get all include directories from the compiler. Next time you compile, the -std=c++11 flag will be present on your compiler command line and the C++11 standard will be used. But when I try to compile a C program, gcc says: gcc: CreateProcess: No such. Following the steps below, we added the -std=c++11 flag on the GCC C++ Compiler command line arguments enabling the standard for our use.
When using Eclipse CDT to write C++, we noticed that it did not enable by default the C++11 standard. 30 November 2017 in Applications tagged -std=c++11 / C++ / C++11 / CDT / compiler / eclipse / eclipse CDT / gcc / GCC C++ Compiler / standard by Tux