Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
mNo edit summary
C: fact q
Line 60:
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.
 
Finally, the [[Glib]] library also supports associative arrays, along with many other advanced data types and is the recommended implementation of the GNU Project{{fact|December 2008}}.
 
=== ColdFusion ===