whenever i try to build my code, the compiler show this error: include nested too deeply error c++, and when i try to click Abort compilation .. a page with a cctype code is opened.
i'm using dev C++ , and i tried to uninstall and remove the configuration files, but nothing changed
no matter what code i write, even when i write the Hello World code, this error still exist! this is the code i'm trying right now:
#include <iostream>
using namespace std;
main ()
{
cout << "hello world! ";
}
kindly see the below pictures.