Sorry for this question but I am stuck. I have folowing syntax:
class xx
{
..some simple fields like: int t; // )))
public: class anotherClass;
xx();
MyObj* obj();
string* name(); //error C2143: syntax error : missing ; before *
}
i have write # include <string>
What does compiler wants from me?!