2019-02-03 07:08:29

I have been having fun making open source stuff recently, so decided to set up another repository where I put various libraries that are too small to have their own dedicated repository but that I still hope will be useful to some.

To begin, I have added a "number to words" function which can convert an unsigned 64 bit integer to a string such as "four hundred and fifty six thousand three hundred and fifteen". The code is public domain and is distributed as a header only library.

The repository can be found at:
https://github.com/blastbay/blastlibs/

Enjoy!

Kind regards,

Philip Bennefall