0_0_2180344_8625.cpp
0_0_2180344_8625.cpp(7) : error C2065: “sting” : 未声明的标识符
0_0_2180344_8625.cpp(7) : error C2955: “std::map” : 使用类模板需要模板参数列表
VC\include\map(149) : 参见“std::map”的声明
0_0_2180344_8625.cpp(7) : error C2133: “functions” : 未知的大小
0_0_2180344_8625.cpp(7) : error C2512: “std::map” : 没有合适的默认构造函数可用
0_0_2180344_8625.cpp(7) : error C2262: “functions” : 不能被销毁
0_0_2180344_8625.cpp(21) : error C3861: “functions”: 即使使用参数相关的查找,也未找到标识符
0_0_2180344_8625.cpp(32) : error C2451: “std::basic_string<_Elem,_Traits,_Ax>::_Myt”类型的条件表达式是非法的
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_2180344_8625.cpp(39) : error C3861: “functions”: 即使使用参数相关的查找,也未找到标识符
0_0_2180344_8625.cpp(40) : error C2451: “std::basic_string<_Elem,_Traits,_Ax>::_Myt”类型的条件表达式是非法的
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_2180344_8625.cpp(43) : error C2475: “std::basic_string<_Elem,_Traits,_Ax>::length” : 构造一个指向成员的指针需要显式使用 address-of 运算符('&')和限定名
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
]
0_0_2180344_8625.cpp(43) : error C2475: “std::basic_string<_Elem,_Traits,_Ax>::length” : 构造一个指向成员的指针需要显式使用 address-of 运算符('&')和限定名
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
]
0_0_2180344_8625.cpp(43) : error C2296: “-” : 非法,左操作数包含“std::basic_string<_Elem,_Traits,_Ax>::size_type (__thiscall std::basic_string<_Elem,_Traits,_Ax>::* )(void) const”类型
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
]
0_0_2180344_8625.cpp(43) : error C2228: “.c_str”的左侧必须有类/结构/联合类型
|