0_0_23207997_27799.cpp
0_0_23207997_27799.cpp(23) : error C2059: 语法错误:“?”
0_0_23207997_27799.cpp(25) : error C2238: 意外的标记位于“;”之前
0_0_23207997_27799.cpp(49) : error C2059: 语法错误:“?”
0_0_23207997_27799.cpp(51) : error C2238: 意外的标记位于“;”之前
0_0_23207997_27799.cpp(54) : error C2059: 语法错误:“?”
0_0_23207997_27799.cpp(57) : error C2238: 意外的标记位于“;”之前
0_0_23207997_27799.cpp(61) : error C2144: 语法错误:“int”的前面应有“;”
0_0_23207997_27799.cpp(61) : error C2761: “{ctor}”: 不允许成员函数重新声明
0_0_23207997_27799.cpp(61) : error C2143: 语法错误 : 缺少“;”(在“?”的前面)
0_0_23207997_27799.cpp(61) : error C2059: 语法错误:“?”
0_0_23207997_27799.cpp(63) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_23207997_27799.cpp(63) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_23207997_27799.cpp(77) : error C2511: “BigNum::BigNum(const char *)”:“BigNum”中没有找到重载的成员函数
0_0_23207997_27799.cpp(13) : 参见“BigNum”的声明
0_0_23207997_27799.cpp(79) : error C2597: 对非静态成员“BigNum::a”的非法引用
0_0_23207997_27799.cpp(79) : error C2070: “unknown”: 非法的 sizeof 操作数
0_0_23207997_27799.cpp(81) : error C2597: 对非静态成员“BigNum::len”的非法引用
0_0_23207997_27799.cpp(83) : error C2597: 对非静态成员“BigNum::len”的非法引用
0_0_23207997_27799.cpp(83) : error C3867: “BigNum::len”: 函数调用缺少参数列表;请使用“&BigNum::len”创建指向成员的指针
0_0_23207997_27799.cpp(83) : error C2105: “++”需要左值
0_0_23207997_27799.cpp(93) : error C2597: 对非静态成员“BigNum::a”的非法引用
0_0_23207997_27799.cpp(93) : error C3867: “BigNum::a”: 函数调用缺少参数列表;请使用“&BigNum::a”创建指向成员的指针
0_0_23207997_27799.cpp(93) : error C2109: 下标要求数组或指针类型
0_0_23207997_27799.cpp(179) : error C2679: 二进制“>”: 没有找到接受“const BigNum”类型的右操作数的运算符(或没有可接受的转换)
0_0_23207997_27799.cpp(53): 可能是“bool BigNum::operator >(const int &) const”
尝试匹配参数列表“(const BigNum, const BigNum)”时
0_0_23207997_27799.cpp(266) : error C2144: 语法错误:“int”的前面应有“;”
0_0_23207997_27799.cpp(266) : error C2761: “int BigNum::operator %(const int &) const”: 不允许成员函数重新声明
0_0_23207997_27799.cpp(266) : error C2143: 语法错误 : 缺少“;”(在“?”的前面)
0_0_23207997_27799.cpp(266) : error C2059: 语法错误:“?”
0_0_23207997_27799.cpp(268) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_23207997_27799.cpp(268) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_23207997_27799.cpp(304) : error C2511: “bool BigNum::operator >(const BigNum &) const”:“BigNum”中没有找到重载的成员函数
0_0_23207997_27799.cpp(13) : 参见“BigNum”的声明
0_0_23207997_27799.cpp(306) : error C2597: 对非静态成员“BigNum::len”的非法引用
0_0_23207997_27799.cpp(306) : error C3867: “BigNum::len”: 函数调用缺少参数列表;请使用“&BigNum::len”创建指向成员的指针
0_0_23207997_27799.cpp(308) : error C2597: 对非静态成员“BigNum::len”的非法引用
0_0_23207997_27799.cpp(308) : error C3867: “BigNum::len”: 函数调用缺少参数列表;请使用“&BigNum::len”创建指向成员的指针
0_0_23207997_27799.cpp(310) : error C2597: 对非静态成员“BigNum::len”的非法引用
0_0_23207997_27799.cpp(310) : error C3867: “BigNum::len”: 函数调用缺少参数列表;请使用“&BigNum::len”创建指向成员的指针
0_0_23207997_27799.cpp(311) : error C2597: 对非静态成员“BigNum::a”的非法引用
0_0_23207997_27799.cpp(311) : error C3867: “BigNum::a”: 函数调用缺少参数列表;请使用“&BigNum::a”创建指向成员的指针
0_0_23207997_27799.cpp(311) : error C2109: 下标要求数组或指针类型
0_0_23207997_27799.cpp(311) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|