error: C2679

#include <iostream> //#include <string> int main() { std::string str = "test"; std::cout <<str<< std::endl; return 0; } 上述代码报错,error: C2679: 二进制“<<”: 没有找到接受“std::string”类。 iostream 里面包含的是
相关文章
相关标签/搜索