Working with HashTable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am working with VC++ 2003.I am having a problem HashTables.How do i get a
value for a specifc key without enumerating through all the key value pair in
the HashTable.

Any help will be appreciated.

Thanks
 
VISHAL said:
I am working with VC++ 2003.I am having a problem HashTables.How do i get a
value for a specifc key without enumerating through all the key value pair in
the HashTable.

MyHashtable[MyKey]
 
Back
Top