Thread: Hashtable

  1. #1
    Banned
    Join Date
    Apr 2015
    Posts
    596

    Hashtable

    Hi guys, I've a question which it requires "HASHTABLE" so just C++ and puthon and Java will find library that service HASHTABLE , my question can't I used a hashtable in C? isn't there's something like library or something in C to use HASHTABLE and not making it?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Just because something doesn't exist in the standard library doesn't mean there aren't third party libraries available. Search the Web, search open source project repositories, etc.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Banned
    Join Date
    Apr 2015
    Posts
    596
    Quote Originally Posted by laserlight View Post
    Just because something doesn't exist in the standard library doesn't mean there aren't third party libraries available. Search the Web, search open source project repositories, etc.

    But I searched and found in C programming there's no already library for using hashtable!

  4. #4
    Registered User
    Join Date
    May 2012
    Location
    Arizona, USA
    Posts
    945
    Really? You apparently didn't look very hard. A quick Google search for "C hashtable library" gives me 862,000 results. The third result is UTHash. Another result is What are the best open-source map/hash-table libraries for C?. Take your pick.

  5. #5
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    From The Help Vampire problem - Meta Stack Exchange

    Do they clearly lack the ability or inclination to ask the almighty Google?
    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. hashtable with seg fault
    By yen in forum C Programming
    Replies: 1
    Last Post: 10-16-2010, 02:34 AM
  2. Initializing a hashtable?
    By mrsirpoopsalot in forum C++ Programming
    Replies: 3
    Last Post: 11-19-2009, 01:19 AM
  3. Hashtable v.s. Dictionary
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 06-06-2008, 02:09 AM
  4. HashTable help?
    By -EquinoX- in forum C Programming
    Replies: 66
    Last Post: 03-31-2008, 12:15 AM
  5. game hashtable
    By disks86 in forum C++ Programming
    Replies: 1
    Last Post: 12-16-2005, 01:42 PM

Tags for this Thread