R
redefined.horizons
I'm just beginning to learn C programming, after working for a while
with high-level languages. I am wondering if there is a standard set of
implementations for things like hash maps and linked lists that can be
used by C programmers. I took a look at the GNU C Library, but I saw
functions, not data structures. Do C programmers come up with their own
data structures, or is there a standard set that I can use?
Thanks for the help.
Scott Huey
with high-level languages. I am wondering if there is a standard set of
implementations for things like hash maps and linked lists that can be
used by C programmers. I took a look at the GNU C Library, but I saw
functions, not data structures. Do C programmers come up with their own
data structures, or is there a standard set that I can use?
Thanks for the help.
Scott Huey