LinucksGirl writes “Learn how to use gperf for effective command-line processing in your C/C++ code. 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.”
Link: ibm.com/developerworks
Category:
- Open Source