Terry IT <[EMAIL PROTECTED]> writes: > i want to use hashmap ie an unordered hash table. > > how do we remove elements from hashmap
Using one of the erase() member functions. Or clear(). Or the copy-assignment operator. > and can we say something hashmap<int,int> m; or hashmap<int, void *> > m. I think so. Have you tried? > i want to store the address of an element in linked list. And? Where is your problem? _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus