Re: Hashmaps
From: Jon Cosby (qwerty_at_nospam.net)
Date: 12/05/03
- Next message: Jon Cosby: "Looking up keys"
- Previous message: Greg Comeau: "Re: <ctype.h> toLower()"
- In reply to: Robert W Hand: "Re: Hashmaps"
- Next in thread: Greg Comeau: "Re: Hashmaps"
- Reply: Greg Comeau: "Re: Hashmaps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 05 Dec 2003 15:47:28 GMT
"Robert W Hand" <rwhand@NOSPAMoperamail.com> wrote in message
news:00hvsvopnm5gdqm3k4jvrbm1ps7elg0rar@4ax.com...
> On Sat, 29 Nov 2003 17:10:01 GMT, "Jon Cosby" <qwerty@abc.net> wrote:
>
> > hash_map <int, string> hm1;
> > typedef pair <int, string> str_pair;
> >
> > hm1.insert(str_pair(1, "Hello"));
> >
> >crashes, pointing to something in "xhash". Is there a brief tutorial on
this
> >somewhere?
>
> I am not aware that hash_map is in the C++ Standard. SGI has come
> information at
>
> http://www.sgi.com/tech/stl/hash_map.html
>
> Dinkum has information about it too, but I cannot get them online at
> present. Other vendors who offer it as an extension may also have
> documentation papers. Lastly, there are books since it is a common
> extension with several different implementations.
> --
Thanks for the info. No, I guess it's not part of the standard C++ library.
VC lists it so, though.
Jon
- Next message: Jon Cosby: "Looking up keys"
- Previous message: Greg Comeau: "Re: <ctype.h> toLower()"
- In reply to: Robert W Hand: "Re: Hashmaps"
- Next in thread: Greg Comeau: "Re: Hashmaps"
- Reply: Greg Comeau: "Re: Hashmaps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|