libmartchus-c++utilities5

useful C++ classes and routines used by Martchus' applications

Description

Martchus-cpp-utilities is a library that contains helpers for:
  * parsing command-line arguments and providing Bash completions
  * working with dates and times
  * converting primitive data types to byte-buffers, and vice versa
  (eg, between litte-endian and big-endian)
  * common string conversions/operations
  * using standard IO streams
  * using SFINAE by providing additional traits (eg, for checking whether a
  type is iteratable)
  * testing with *CppUnit*
  * CMake, with convenient modules and templates

It also provides the following convenience functions and data structures:
  * min() and max(), for any number of arguments
  * digitsum(), factorial(), powerModulo(), inverseModulo(), and orderModulo()
  * Damerau–Levenshtein distance
  * *N*-dimensional arrays

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/Martchus/cpp-utilities


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libmartchus-c++utilities5