May 7, 2002 #1 PrasanthR Programmer Joined May 7, 2002 Messages 3 Location 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 Joined May 2, 2002 Messages 14 Location 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 Joined Aug 17, 2000 Messages 566 Location 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