Muhammad Hussain <mhussain@i.kyushu-u.ac.jpwrote:

Is there any library in boost that provides hash table and the methods to manipulate it?

No, but there are common extensions to the standard containers library (aka STL) that are included with many compilers, called hash_map and hash_set. Unfortunately there are several implementations of these which do not have quite the same interface.

Ben.