Fahrenheit to celsius


Hi,
I have made a program "Fahrenheit to celsius" in Visual C++ 2008 express edition.When I debug it cntrol+F5 it is showing following error( i wrote in the output at the bottom) .
i am missing probably a header file.I used #include <iostream>
usng namespace std;
int main();
Please help and correct me.
thanks
munir

Output:
1>c:\documents and settings\rm\my documents\visual studio 2008\projects\fahrenheit to celsius\fahrenheit to celsius\main.cpp(5) : error C2447: '{' : missing function header (old-style formal list?)
There should not be a ; behind int main(). If that does not solve your problem, post the entire code.
Topic archived. No new replies allowed.