Error not sure how to fix

I get this error : 1>c:\documents and settings\timbo\my documents\visual studio 2008\projects\calculator 2 5\calculator 2 5\main.cpp(20) : error C2447: '{' : missing function header (old-style formal list?)

How do I fix?

closed account (z05DSL3A)
Post the code...
Is likely that you have an extra semicolon, something like this:
1
2
3
4
type function(some arguments);//<-- this
{
    //implementation
}
Topic archived. No new replies allowed.