https://github.com/pmalek/biginteger
Library for handling big integers in C++
https://github.com/pmalek/biginteger
Last synced: 2 months ago
JSON representation
Library for handling big integers in C++
- Host: GitHub
- URL: https://github.com/pmalek/biginteger
- Owner: pmalek
- License: gpl-3.0
- Created: 2016-06-05T20:58:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T19:15:42.000Z (about 9 years ago)
- Last Synced: 2025-02-09T05:21:36.600Z (4 months ago)
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# biginteger #
[](https://travis-ci.org/pmalek/biginteger)
library for handling big integers in c++
## Building ##
Requirements:
* cmake
In order to build the library, clone it, create a build directory and trigger cmake:
```
git clone https://github.com/pmalek/biginteger.git && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=RELEASE ../biginteger/ && make
```