Sunday, August 2, 2009

2 questions? Does C have hash tables and if so, where is a good tutorial for them?

The GNU tool gperf is a "perfect" hash function that, for a given set of user-provided strings, generates C/C++ code for a hash table, a hash function, and a lookup function. Learn how to use gperf for effective command-line processing in your C/C++ code.





http://www.ibm.com/developerworks/linux/...

gladiolus

No comments:

Post a Comment