0_0_6016433_20784.cpp
0_0_6016433_20784.cpp(38) : error C2143: 语法错误 : 缺少“;”(在“%”的前面)
0_0_6016433_20784.cpp(38) : error C2460: “BigInteger::operartor” : 使用正在定义的“BigInteger”
0_0_6016433_20784.cpp(13) : 参见“BigInteger”的声明
0_0_6016433_20784.cpp(38) : error C2238: 意外的标记位于“;”之前
0_0_6016433_20784.cpp(241) : error C2039: “%” : 不是“BigInteger”的成员
0_0_6016433_20784.cpp(13) : 参见“BigInteger”的声明
0_0_6016433_20784.cpp(242) : error C2270: “%” : 非成员函数上不允许修饰符
0_0_6016433_20784.cpp(244) : error C2440: “初始化” : 无法从“BigInteger *”转换为“BigInteger”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_6016433_20784.cpp(245) : error C2673: “operator`%'” : 全局函数没有“this”指针
|