Rudiments is a C++ class library providing base
classes for things such as daemons, clients, and
servers, and wrapper classes for the standard C
functions for things like regular expressions,
semaphores, and signal handling.
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.
Major overhaul of classes and class structure. Many new classes have been added, including XML SAX/DOM classes. The code has been stripped down, and build options have been added to make it more suitable for embedded platforms. Classes are all thread safe now, or have hooks for supplying mutexes.