声明SceneManager * tsm 成员变量的时候,编译会报错
为什么我在 声明SceneManager * tsm 成员变量的时候,编译会报错 error C2143: 语法错误 : 缺少“;”(在“*”的前面) error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
为什么我在 声明SceneManager * tsm 成员变量的时候,编译会报错 error C2143: 语法错误 : 缺少“;”(在“*”的前面) error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
2017-05-30
举报