环境:win7 32,vs2010
问题:error C2039: 'wstring' : is not a member of 'std'(转)
解决方法: #include <string>
转自:http://blog.youkuaiyun.com/lostspeed/article/details/6787654
本文详细介绍了在使用C++编写Windows应用程序时遇到的错误C2039 'wstring' is not a member of 'std' 的解决方法。通过引入必要的头文件 <string>,可以有效避免该错误,确保程序正确运行。
环境:win7 32,vs2010
问题:error C2039: 'wstring' : is not a member of 'std'(转)
解决方法: #include <string>
转自:http://blog.youkuaiyun.com/lostspeed/article/details/6787654
1885

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