C Language Standard Collections Where Are They?
Posted
by flaxeater
on Stack Overflow
See other posts from Stack Overflow
or by flaxeater
Published on 2010-03-23T18:43:55Z
Indexed on
2010/03/23
18:53 UTC
Read the original article
Hit count: 185
c
|collections
I have committed to learning C now, I'm good with Python/PHP/Bash but I've decided I'm limited by not being fluent in C. However I cannot imagine working in a language without lists and hashes, maybe I'm just jumping a gun, but surely there are 'standard' collection libraries. I do not see any in the GNU standard lib though, any suggestions?
© Stack Overflow or respective owner