I am getting this error in the TestExecute.cpp -
\"Symbol \'std\' could not be resolved\"
CODE
#include
The includes folder in the project is probably missing /usr/include/c++. Goto your project in project explorer, right click -> Properties -> C\C++ Build -> Environment -> add -> value= /usr/include/c++. Restart eclipse.