It is not possible to answer this without your code but here is a wild guess:
>>>"File1.h": E2303 Type name expected at line 9
Did you include <vector.h> ??
"File1.h": E2139 Declaration missing ; at line 9
You missed out a semicolon in the end of the line.
So, try including <vector.h> in the line and the error messages will go away.
Please post your code between code tags.
Regards,
Paramesh.
"Don't walk behind me; I may not lead.
Don't walk in front of me; I may not follow.
Just walk beside me and be my friend."
|