`

error C2065: 'string' : undeclared identifier

    博客分类:
  • VC
阅读更多

#include <iostream.h>

#include <string>

改为

#include <iostream>

#include <string>

using namespace std;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics