C ++ has STL, while Boost and C # have the .net Framework library. Similarly, what are the most common libraries useful to a C programmer? (Except the standard C library).
I am looking for most of the features available in STL: containers (vectors, linked lists, trees, a hash table), algorithms (sorting, searching), input / output files, and strings.
Ideally, the library should be open source, run on Windows (cross-platform in order) and actively used.
Ashwin nanjappa
source share