Is there any Boost equivalent library for C?
|
|
The best I can think of is the Apache Portable Runtime project. From Wikipedia on APR:
Functionality:
|
|||
|
|
|
Another candidate would be Glib. It provides a bunch of functionality that is very useful, but not part of the C language or the C library. Stuff that is in the standard API in languages like Java or C#:
( Source: http://en.wikipedia.org/wiki/Glib ) |
|||
|
|
|
Core Foundation is a framework written in C by Apple. It has:
If you need to support operating systems that are not Mac OS X, you can use CFLite which is open source. |
||||
|
|