您的位置:首页 > 其它

error C2679: binary ',class std::allocator >' (or there is no accept

2007-06-10 15:11 337 查看
#include <iostream.h>

using namespace std;

int main(int argc, char* argv[])
{

string st("dddddd");
cout << st << endl;

这个错误解决:应该改成“ #include <iostream>”
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐