I'm using dev c++ beta i downloaded from the internet.but the problem is i cannot compile my source code even a simple one like this:
#include <iostream>
using std::cout;
using std::end:
int main()
{
cout<<"HELLO" <<end;
return 0;
}
The error says "The system could not find the specified file"
Please help to solve this I cannot go on with my study if Ican't solve this. Even the example source code that are included from installation of dev c++ will not compile and run.
thanx