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

Recommended Answers

All 2 Replies

Make sure you have the Ming compiler, and put the Dev c++ executable and the .cpp file into the same folder.

Then try execute --> rebuild all.

then if still nothing, uninstall and reinstall.

I think you'd better re-install it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.