为什么我不能cout string这样:string text ;text = WordList[i].substr(0,20) ;cout << "String is : " << text << endl ;当我这样做时,出现以下错误:错误2错误C2679:二进制'<<':未找到采用'std :: string'类型的右侧操作数的运算符(或没有可接受的转换)c:\ users \ mollasadra \ documents \ visual studio 2008 \ projects \ barnamec \ barnamec \ barnamec.cpp 67 barnamec **令人惊讶的是,即使这样也不起作用:string text ;text = "hello" ;cout << "String is : " << text << endl ;
3 回答
- 3 回答
- 0 关注
- 438 浏览
添加回答
举报
0/150
提交
取消