Download List

Project Description

Libc-X provides extensions to the standard C
library implementing useful and powerful data
structures and functions. Its Unix name is libcx.
It is not a template layer. It is made entirely
with the C standard language, compatible with C++,
and portable. 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-03 00:00
0.6

This release introduces the new header file libcx2 (also understands libcx), which contains 44 routines to manage conversions between enumerations, lists, double lists, vectors, and hash tables. Those functions are placed here to keep the dependencies on other files as light as possible, and maintain the spirit of the toolbox. This release redesigns enumeration's implementation to work with conversions but keep flexibility. Two bugs in list source files have been corrected.
Tags: Major feature enhancements

2006-09-29 19:43
0.5

This release implements double linked lists and adds support for sorting, especially for vectors.
Tags: Minor feature enhancements

2006-09-25 21:13
0.4.1

Vector source files were missing in version 0.4 and have been added to this release. Some blocking bugs have been detected and corrected.
Tags: Major bugfixes

2006-09-24 20:47
0.4

This release implements two new data structures: enumeration and
vector. It also adds new functions to hash table and list, such as
merging, cloning, and "foreaching". Three new samples are available
in the testing toolkit.
Tags: Minor feature enhancements

2006-09-14 23:18
0.3.4.1

This release corrects bug #1557061 and adds a VC++6 project for each test program.
Tags: Minor bugfixes

Project Resources