怎样在VC 6.0中使用 STL ?

mips 2002-07-12 10:35:18
VC 6.0中有没有自带STL ,如果没有怎样才能支持STL ?
...全文
40 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
Wargod2002 2002-07-12
  • 打赏
  • 举报
回复
faq啊
#include <string>
#include <iostream>
using namespace std;
void main()
{
string str = "hehe";
cout << str << endl;
}
saucer 2002-07-12
  • 打赏
  • 举报
回复
VC 6.0自带STL, although its support is not 100% compliant with the standard

#include <iostream>
#include <string>
#include <vector>
using namespace std;

69,381

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧