Libc-X 0.9 review

Download
by rbytes.net on

Libc-X is an advanced library for C

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Geoffroy Cogniaux
0 stars award from rbytes.net

Libc-X is an advanced library for C. Libc-X's purpose is to provide extentions to standard C library implementing usefull and powerfull data-structure and functions.

Libc-X is not a template layer. It’s fully made with C standard language, compatible with C++ and portable ( Linux and Windows for the moment ).

Libc-X is open source and can be used so as a toolbox instead of a library. All developed structures are designed to be used in stand-alone mode with limited dependencies with other features of Libc-X : for example, you can easily extract the header and the .c source of Hashtable and use it outside Libc-X.

Remember that Libx-C can be linked with commercial softwares without revoking its licence, but if you extract part of source code into commercial software not in open source format, we thank you to provide part of Libc-x you extract as open source files ( with or without your modifications ) or prefer to link to the library in binary format.

What's New in This Release:
This release is the last minor version of libcx.
The feature list is now closed before the first major version.
Version 0.9 adds a cxlock implementation, which provides simple mutex and shared/exclusive locks.

Libc-X 0.9 keywords