A C and C++ library full of utility functions
https://inai.de/projects/ilbhx/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
README.rst
libHX collects many useful day-to-day functions, intended to reduce the amount of otherwise repeatedly open-coded instructions.
It has maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts (for C), directory traversal, etc.
There is more documentation in the aptly-named directory doc
. The entrypoint is doc/libHX_Documentation.rst.