0_0_39801954_14015.cpp
0_0_39801954_14015.cpp(6) : error C2665: “std::getline”: 2 个重载中没有一个可以转换所有参数类型
VC2013\INCLUDE\string(156): 可能是“std::basic_istream<char,std::char_traits<char>> &std::getline<char,std::char_traits<char>,std::allocator<char>>(std::basic_istream<char,std::char_traits<char>> &,std::basic_string<char,std::char_traits<char>,std::allocator<char>> &)”
VC2013\INCLUDE\string(125): 或 “std::basic_istream<char,std::char_traits<char>> &std::getline<char,std::char_traits<char>,std::allocator<char>>(std::basic_istream<char,std::char_traits<char>> &&,std::basic_string<char,std::char_traits<char>,std::allocator<char>> &)”
尝试匹配参数列表“(std::istream, std::string [100])”时
0_0_39801954_14015.cpp(7) : error C2678: 二进制“!=”: 没有找到接受“std::string”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\system_error(426): 可能是“bool std::operator !=(const std::error_condition &,const std::error_code &) throw()”
VC2013\INCLUDE\system_error(419): 或 “bool std::operator !=(const std::error_code &,const std::error_condition &) throw()”
VC2013\INCLUDE\exception(522): 或 “bool std::operator !=(const std::exception_ptr &,std::nullptr_t)”
VC2013\INCLUDE\exception(517): 或 “bool std::operator !=(std::nullptr_t,const std::exception_ptr &)”
VC2013\INCLUDE\exception(512): 或 “bool std::operator !=(const std::exception_ptr &,const std::exception_ptr &)”
尝试匹配参数列表“(std::string, char)”时
0_0_39801954_14015.cpp(8) : error C2664: “int toupper(int)”: 无法将参数 1 从“std::string”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_39801954_14015.cpp(9) : error C2678: 二进制“==”: 没有找到接受“std::string”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\system_error(410): 可能是“bool std::operator ==(const std::error_condition &,const std::error_code &) throw()”
VC2013\INCLUDE\system_error(402): 或 “bool std::operator ==(const std::error_code &,const std::error_condition &) throw()”
VC2013\INCLUDE\exception(507): 或 “bool std::operator ==(const std::exception_ptr &,std::nullptr_t)”
VC2013\INCLUDE\exception(502): 或 “bool std::operator ==(std::nullptr_t,const std::exception_ptr &)”
VC2013\INCLUDE\exception(497): 或 “bool std::operator ==(const std::exception_ptr &,const std::exception_ptr &)”
尝试匹配参数列表“(std::string, char)”时
0_0_39801954_14015.cpp(11) : error C2664: “int toupper(int)”: 无法将参数 1 从“std::string”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
|