compiled program wont run

i use dev-c++ 5.7.1 on windows 10

for some reason, I can't run my compiled programs
I stopped my anti-virus and windows protection and still i can't run a simple "hello world" program.


#include <iostream>
using namespace std;
int main(){
cout<<"hello world"<<endl;
return 0;
}
Try version 5.11 of Dev-C++ or u can try CodeBlocks !
Topic archived. No new replies allowed.