May 7, 2002 #1 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.
I need some hashing fimctions for my project . Is there any library available which I can use . prasanth.
May 8, 2002 #2 naveenprakashj Technical User May 2, 2002 14 US 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.... Upvote 0 Downvote
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....
May 8, 2002 #3 rbobbitt Programmer Aug 17, 2000 566 US Do a google search for hash algorithms if your compiler doesn't provide something you can use. Russ bobbitts@hotmail.com http://home.earthlink.net/~bobbitts Upvote 0 Downvote
Do a google search for hash algorithms if your compiler doesn't provide something you can use. Russ bobbitts@hotmail.com http://home.earthlink.net/~bobbitts