Re: Hashmaps
From: Robert W Hand (rwhand_at_NOSPAMoperamail.com)
Date: 12/05/03
- Next message: Jumbo: "Re: writing to a string"
- Previous message: Greg Comeau: "Re: <ctype.h> toLower()"
- Next in thread: Jon Cosby: "Re: Hashmaps"
- Reply: Jon Cosby: "Re: Hashmaps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 04 Dec 2003 18:39:07 -0500
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.
-- Best wishes, Bob
- Next message: Jumbo: "Re: writing to a string"
- Previous message: Greg Comeau: "Re: <ctype.h> toLower()"
- Next in thread: Jon Cosby: "Re: Hashmaps"
- Reply: Jon Cosby: "Re: Hashmaps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|