Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Require a library for hashing functions

Status
Not open for further replies.

PrasanthR

Programmer
May 7, 2002
3
US
I need some hashing fimctions for my project . Is there any library available which I can use .
prasanth.
 
Hey Prasanth,

#include<search.h>

U can use hcreate(....) => to create a hash table
hdestroy(...) => destroy the table
hsearch(....) => To search the table.


For more info refer the search.h header file.

Happy programming.... :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top