命名文件缺失

来源:互联网 发布:长沙java软件公司 编辑:程序博客网 时间:2024/04/30 03:16

 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

error C3861: 'integer2String': identifier not found

 error C3861: 'readOrinPoint': identifier not found

 error C2440: 'return' : cannot convert from 'std::vector<_Ty>' to 'int'


红色标记为类函数作用域空间缺失而引起的错误。

不能访问这个类的方法。