TopCoder Error

VowelLatin.cc:9: error: expected primary-expression before ‘translate’
VowelLatin.cc:9: error: ISO C++ forbids declaration of ‘Public’ with no type
VowelLatin.cc:9: error: expected ‘;’ before ‘translate’
VowelLatin.cc:22: error: expected `;' before ‘}’ token
Your class or method was improperly declared: In function ‘std::string _wrapper::thunk(std::string)’:
Your class or method was improperly declared:20003: error: ‘class VowelLatin’ has no member named ‘translate’

The class is VowelLatin , the method is translate

what this error means?
I would bet to public (case sensitive). But really, ¿what are you expecting with that kind of info?
Topic archived. No new replies allowed.