Associative arrays/Creation/C: Difference between revisions

The page must be in only one collection (so I guess). Remove text about awful libraries; the bigger problem seems to be awful code on this page.
m (→‎BSD dbopen(): Delete a sentence after changing previous example.)
(The page must be in only one collection (so I guess). Remove text about awful libraries; the bigger problem seems to be awful code on this page.)
Line 1:
{{collection|Associative arrays/Creation}}
{{collection|Associative arrays/Iteration}}
 
There are no associative arrays in the C language. Some libraries provide hash tables, red-black trees, or other data structures that can become associative arrays. Some of these libraries are awful. There are too many easy ways to get a compiler error or a segfault.
 
* Back to [[Associative arrays/Creation]].
{{collection|* Back to [[Associative arrays/Iteration}}]].
 
==Libraries==
Anonymous user