Thursday, May 8, 2008

stl::map equivalent datatype/container/class in VB 6.0

Have you ever searched for the STL::map equivalent in VB6.0? VB doesn’t have any built-in library that supports (key, value) structure/container. If you want one, then you need to create one. I found one such file on web. This is simple Hash table with few examples on how to use.

Check out the link
http://www.devx.com/vb2themax/Tip/19307

No comments: