vc++ .net std::string is not a member of std
这种低级错误,呵呵。
解决方法如下:
#include <string>
using namespace std
本文解决了一个常见的编程错误:在VC++.NET中使用std::string时出现的问题。通过引入<string>头文件并使用std命名空间,可以轻松解决此问题。
vc++ .net std::string is not a member of std
这种低级错误,呵呵。
解决方法如下:
#include <string>
using namespace std
4379

被折叠的 条评论
为什么被折叠?