Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hashtable, list in vc6.0 - Thanks!

Status
Not open for further replies.

CalumJiao

Programmer
Jun 13, 2003
1
US
I want to use a hash table on the std::list in vc++ 6.0, what is the easiest way to do it?

Thanks!
 
Why hash on std::list? Couldn't you just use the std::map? It's efficient enough...

Nerdy signatures are as lame as the inconsistent stardates of STTNG.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top