I'm not entirely sure why i'm suddenly getting this error, as i wasn't in December.
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
error i'm getting http://gyazo.com/f0467badccaca7ef270ea02c2b8f595f.png
The ide im using is code blocks
I have made sure it is a console application, and none of the other questions asked have helped.