Re: Hashmaps

From: Jon Cosby (qwerty_at_nospam.net)
Date: 12/05/03


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



Relevant Pages

  • Re: deleting AutoComplete list in the address box [win2000-ie6]
    ... Handy to be made aware of the "always show extension" in File Types. ... than I can with dir/ad ... "Robert Aldwinckle" wrote in message ... > Everything in there looks like either a Favorite (e.g. a shortcut for a ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: deleting AutoComplete list in the address box [win2000-ie6]
    ... > The behavior of things when one uses that dropdown box and accesses ... It is almost spooky. ... extension to see if they are given a .URL extension in the Address bar. ... > Greetings Robert, ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Missing previews in My Pictures
    ... Northerntravel.net and Northerntravel.co.uk is a premier online travel ... "DAT" files. ... But the .dat extension is confusing to other ... actually a .jpg, then rename the file changing the extension to .jpg ...
    (microsoft.public.windowsxp.general)
  • Re: Ruby as First Language
    ... For that you would have to write a C extension. ... think to initially learn to develop software Ruby is a pretty good ... Just to knock down your only negative point a little, Robert, there ... of the second language makes a difference. ...
    (comp.lang.ruby)
  • Re: Hashmaps
    ... I am not aware that hash_map is in the C++ Standard. ... SGI has come ... Dinkum has information about it too, but I cannot get them online at ... Other vendors who offer it as an extension may also have ...
    (alt.comp.lang.learn.c-cpp)