A generic extension to C++'s native unsigned types, allowing for eg.: 24-bit or 384-bit integers.
Luis d630b6e6ab Basic type implementation, license info, and initial test samples. | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
entero | %!s(int64=3) %!d(string=hai) anos | |
tests | %!s(int64=3) %!d(string=hai) anos | |
.gitignore | %!s(int64=3) %!d(string=hai) anos | |
COPYING | %!s(int64=3) %!d(string=hai) anos | |
LICENSE | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos |
"When in the land of the ints, do as the ints do"
A "bigint" library that extends the concept of C/C++'s native integral types, to integer types of potentially any size in bytes, allowing for such things as 24-bit or 384-bit integers.
Built on top of cxxomfort.
Tested on the following compilers:
Licensed under the LGPL v3 License, see LICENSE for copyright and warranty, and COPYING for the full text of the LGPL v3 License.