cxxtools is a library of unrelated but useful C++
classes. It contains an argument parser, a base-64
encoder/decoder, a C++ interface to iconv,
md5-stream for easy MD5 calculation, threading
classes, socket classes, a dynamic exception-safe
buffer, a wrapper for dlopen/dlsym, a pool
template (e.g. for a connection pool in a
multi-threaded application), query_params, and a
class for easy parsing of CGI parameters (GET and
POST) in a CGI program.
License: GNU Lesser General Public License (LGPL)
Changes:
This release bumps the so-number, which was
forgotten in the last release. Documentation of
the network-classes has been translated into
English. The logger was simplified. Flushdelay was
removed in the logger, since it may make problems
in some circumstances.