1. Home
  2. Browse
  3. bigint

bigint

v2010.04.30#5Latest

C++ Big Integer Library

Install

Run the following Vcpkg command to install the port.

vcpkg install bigint

Usage

The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:

find_package(@PORT@ CONFIG REQUIRED)
target_include_directories(main PRIVATE ${BIGINT_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${BIGINT_LIBRARIES})
See source

Version

v2010.04.30#5

Publication

Supports

All

Homepage

mattmccutchen.net/bigint

Subtree

9211f80ed7

License

Complex license

Definition

Control