I want to make a hash table of models, in order to improve performance for
reading from it. I figured out how to set up everything, but I want to
find entries based on model path, which is a const char*. The HashFunc
though, requires the return type to be unsigned int. Is there a way of
converting an array of characters into int so I can generate an 'edible'
hash key?

Thanks in advance,
Emiel Regis
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to