I am facing a simple problem, I believe. I save my file in .cpp
in Code :: Blocks and then try to compile it. However, when compiling, some errors appear (Usage compiler minGW):
Compilersettings:
UseWindows8.1.Doesanyoneknowhowtosolveit?Simplecodethatpresentserrors:
#include <iostream>using namespace std;int main (){cout << "Hello World!"; return 0;
}