mIRC Home    About    Download    Register    News    Help

Print Thread
#180863 14/07/07 04:34 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
say for e.g, i made a dll function to store things in a hashmap, is this exactly how mircs hash function works?

C++ hashmaps?

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
A map object seems like the most likely seeing as that's basically what a hashtable is.

I'm guessing a hashtable is just a map<string,string>


Link Copied to Clipboard