hello all, im new here, ok, i have a question, im trying to make a simple program, but keet gettin an error
//NFL Favorite Team
#include <iostream>
int main()
{
int NFL;
std::cout << "Who is the best team in the NFL?\n";
std::cout << " (please only use the first three letters in the teams name *not city*)\n";
std::cin >> NFL >> endl;
if (NFL=Ste)
std::cout << "We Have a Winner!!!! *claps*\n";
else
std::cout << "How wrong could you be? Have you ever heard of a little team called the STEELERS?!\n";
return();
}
i keep gettin this error
unexpected end of file while looking for precompiled header directive
using visualC++.net (visualC++6)