I have a 64-bit windows laptop with Eclipse Juno and I'm having trouble getting C++ to work on it.
#include <iostream>
#include <string>
using namespace std;
int main()
{
cout << "hello World!" << endl;
return 0;
}
The error I receive is "Launch failed. Binary not found"
I've tried what other people have said to do in the preferences but I don't have the same ones so I'm a little stuck. Thanks in advance!