Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Would've loved to. But there is no hash_map in the C++ standard library, and PHB's don't allow code outside of that. Commented Sep 19, 2008 at 20:33
  • 1
    std::tr1::unordered_map is the hash map that is proposed to be added to the next standard, and should be available within most current implementations of the STL. Commented Mar 16, 2010 at 7:02