In my computer class, I was given an assignment to create a database using a hash table to store and retrieve names and phone numbers that is due tomorrow morning sharp. While reading more information about hash tables, I came across std::hash_map and would like to use it but I don't know how.
Does anyone have any experience or know where I can find good documentation of how to use it?
I'm already searching on the NET but can't come across anything useful.
Thanks.
