Working with HashTable

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
 
J

Jon Shemitz

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top