Programming 版 (精华区)
发信人: zhangyan (Embrace the sunshine), 信区: Programming
标 题: Re: Help about sgi-stl
发信站: 哈工大紫丁香 (2002年05月27日18:30:34 星期一), 站内信件
的确没有问题
//testhash.cpp
#include <hash_map>
#include <string>
int main(){
std::hash_map<std::string,int> hm;
return 0;
}
gcc下可以编译通过
sigh VMware太慢了
【 在 zhangyan (Embrace the sunshine) 的大作中提到: 】
: 应该没有问题,我记得Bjarne就是用了string的例子
: 等一下,我正在启动Linux用gcc试试
: 【 在 domino (爱咋咋地) 的大作中提到: 】
: : 我用的是g++2编译器
: : 总是说是sgi-stl的头文件中有错
: : 我定义了hash_map<string,int,hash<string>>
: : 不知道支不支持string
--
※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 天外飞仙]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:6.206毫秒