Problem description
Develop C + + program with eclipse for C + + and CDT plug-in and compilation tool MinGW, write in the head of C + + source program
#include <iostream>
#include <stdio>
When you wait for such a standard library, the editor will prompt:
Unresolved inclusion: <iostream>
resolvent
First, select the project name, in the selection menu: Project & gt; properties & gt; C / C + + general & gt; preprocessor includes ≫ providers
and check “CDT GCC build in compiler settings”, then click the Apply button.
I’ve tried other solutions on the Internet, but they don’t work.