cxxtools-config
library of unrelated but useful C++ classes
Install
- All systems
-
curl cmd.cat/cxxtools-config.sh
- Debian
-
apt-get install libcxxtools-dev
- Ubuntu
-
apt-get install libcxxtools-dev
- Kali Linux
-
apt-get install libcxxtools-dev
- Fedora
-
dnf install cxxtools-devel-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcxxtools-dev
- Raspbian
-
apt-get install libcxxtools-dev
- Dockerfile
- dockerfile.run/cxxtools-config
libcxxtools-dev
library of unrelated but useful C++ classes
cxxtools 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. This package has the development headers and the static libraries.