• Welcome to Valhalla Legends Archive.
 

hash table

Started by R.a.B.B.i.T, March 02, 2005, 05:45 PM

Previous topic - Next topic

R.a.B.B.i.T

I've never looked to deeply into this because I've always found a way to do things without them, but they make life so much easier in my PHP and Perl scripts.  Do the exist in a fashion which I could use with ease and if so, where/how?

Mephisto

To my knowledge there's no standard hash table avaliable in a C++ library, but there's a map from STL which is similar.  Do a search on "std::map"

R.a.B.B.i.T

Plegh, I was hoping there was.  Thanks.