
22 May
2007
22 May
'07
7:55 p.m.
Actually what I need is a container to associate an ID with an object
and
to enable very fast lookups to see if the item I'm looking for does already exist (has an ID) or not.
With the most recent versions of VC++ they ship a hash_map in the stdext namespace. I would look at that first. joe