0_0_29327726_22162.cpp
0_0_29327726_22162.cpp(1) : error C2146: 语法错误: 缺少“;”(在标识符“java”的前面)
0_0_29327726_22162.cpp(1) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_29327726_22162.cpp(1) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_29327726_22162.cpp(6) : error C3381: “ShapeFactory”: 只有在用 /clr 选项编译的代码中才有程序集访问说明符
0_0_29327726_22162.cpp(11) : error C2144: 语法错误:“ShapeFactory”的前面应有“:”
0_0_29327726_22162.cpp(17) : error C2144: 语法错误:“char”的前面应有“:”
0_0_29327726_22162.cpp(22) : error C2144: 语法错误:“char”的前面应有“:”
0_0_29327726_22162.cpp(31) : error C2144: 语法错误:“void”的前面应有“:”
0_0_29327726_22162.cpp(31) : error C2120: 对于所有类型“void”非法
0_0_29327726_22162.cpp(31) : error C2182: “type”: 非法使用“void”类型
0_0_29327726_22162.cpp(40) : error C2146: 语法错误: 缺少“:”(在标识符“Shape”的前面)
0_0_29327726_22162.cpp(40) : error C2146: 语法错误: 缺少“;”(在标识符“createShape”的前面)
0_0_29327726_22162.cpp(40) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_29327726_22162.cpp(40) : error C2120: 对于所有类型“void”非法
0_0_29327726_22162.cpp(40) : error C2182: “type”: 非法使用“void”类型
0_0_29327726_22162.cpp(46) : fatal error C1004: 发现意外的文件尾
|