cxxtools description
Cxxtools is a toolbox with reusable c++-components
Cxxtools is a toolbox with reusable c++-components that have no apparent connection.
The contained classes of this package are as follows:
· arg.cpp Argument parser (argc, argv)
· cgi.cpp cgi in c++ (don't use it - use tntnet instead ;-) )
· dir.cpp read directory
· dlloader.cpp load shared library
· dynbuffer.cpp dynamic exception-safe buffer
· getini.cpp read ini-files
· hd.cpp hex-dumper
· httprequest.cpp http-client
· iconv.cpp code-converter as a std::iostream
· log.cpp logging
· logsh.cpp logging for shell
· md5sum.cpp md5-calculation
· multifstream.cpp read multiple files with a single std::istream
· netcat.cpp send data through a tcp-socket
· netio.cpp simple network-benchmark-tool
· netmsg.cpp send messages with udp
· pipestream.cpp std::iostream on top of pipe(2)
· pool.cpp pool of objects (e.g. connections)
· thread.cpp threading