编译不通过提示error C3867: 求好心人帮忙
您好,我用的是vs2013但是我现在按照上边的代码敲出来后编译不通过,提示提示如下,该如何解决呢?
错误 1 error C3867: “std::basic_string<char,std::char_traits<char>,std::allocator<char>>::empty”: 函数调用缺少参数列表;请使用“&std::basic_string<char,std::char_traits<char>,std::allocator<char>>::empty”创建指向成员的指针 f:\c++\字符串操作\字符串操作\main.cpp 40 1 字符串操作