Content deleted Content added
m Chaos5023 moved page Comparison of programming languages (associative arrays) to Comparison of programming languages (associative array): should have been target of recent RM so as to match the form of e.g. [[Comparison of programming languages... |
GreenC bot (talk | contribs) |
||
Line 44:
=== [[C (programming language)|C]] ===
There is no standard implementation of an associative array in C, but a 3rd party library with BSD license is available [https://web.archive.org/web/20071015024120/http://www.cl.cam.ac.uk
Another 3rd party library, [http://uthash.sourceforge.net/ uthash], also creates associative arrays from C structures. A structure represents a value, and one of the structure fields acts as the key.
|