Data structures libaray in C
Posted
by Vineel Kumar Reddy
on Stack Overflow
See other posts from Stack Overflow
or by Vineel Kumar Reddy
Published on 2010-04-30T10:48:02Z
Indexed on
2010/04/30
10:57 UTC
Read the original article
Hit count: 237
Hi all I am very much used to .NET and java collection libraries and searching for a similar library in C. I am in need of following
A list data structure for storing generic objects. and also a Dictionary data structure for key value pairs.
Please let me know if any library exists. Thanks.
© Stack Overflow or respective owner