A generic library for C. It extensively uses the preprocessor for generic implementation of sorting algorithms on arrays, lists, sorted lists, red-black trees. The library operates on user types and does not depend on a particular memory management sy...
A safe and fast string library. It's buffer overflow and aliasing safe, high performance. The library includes a robust C++ wrapper that uses overloaded operators and rich constructors to make the CBstring struct a natural and powerful string abstraction.
A library for integrated data storage and indexing, marshalling, transfer and encryption. It also features a slew of utility functions for various purposes. It is written in C, using the GLib paradigm. [Open source]
A library implements a set of functions allowing to manage bi-dimensional matrix with languages C and C++. Matrix2D includes also several functions of images processing. [Free for personal use]