I'm having trouble getting a pretty simple C++ program to compile, and I'm not sure why... >_< Here's what I have:
#include <iostream>
using namespace std;
#include "stdafx.h"
int main()
{
cout<<"Please work!!!!";
return 0;
}
and I'm getting:
error C2653: 'std' : is not a class or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.