comp.lang.ada
 help / color / mirror / Atom feed
* Newbie - HashMap!
@ 2005-03-17 12:03 fphsml
  2005-03-17 14:59 ` Dmitry A. Kazakov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: fphsml @ 2005-03-17 12:03 UTC (permalink / raw)


What is the equivalent of the following C++ STL code?

hash_map<string, string> hm;
hm["key"] = "value";

I saw a sample at
http://www.adapower.com/index.php?Command=Class&ClassID=GNAT&CID=240
which looks scary.

I just need simple key lookup. Which library should I use?

Thanks.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-03-21  0:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-17 12:03 Newbie - HashMap! fphsml
2005-03-17 14:59 ` Dmitry A. Kazakov
2005-03-18 16:02   ` fphsml
2005-03-17 15:19 ` Georg Bauhaus
2005-03-17 16:42   ` Martin Dowie
2005-03-21  0:33   ` Matthew Heaney
2005-03-21  0:19 ` Matthew Heaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox