0_0_34896743_8363.cpp
0_0_34896743_8363.cpp(32) : error C3861: “memset”: 找不到标识符
0_0_34896743_8363.cpp(34) : error C2664: “void BigIntAdd(src_st *,src_st *)”: 无法将参数 1 从“char (*)[100]”转换为“src_st *”
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_34896743_8363.cpp(36) : error C2664: “void BigIntAdd(src_st *,src_st *)”: 无法将参数 1 从“char (*)[100]”转换为“src_st *”
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_34896743_8363.cpp(38) : error C2664: “void BigIntAdd(src_st *,src_st *)”: 无法将参数 1 从“char (*)[100]”转换为“src_st *”
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
|