简体   繁体   中英

C or C++ BigInt library on Microsoft Windows

What arbitrary-precision integers (and or rationals) library are there for compilers running on Microsoft Windows, and which would you recommend?

Please state license type / cost, supported compilers (ie GCC and or VC++) for the library.

GMP .

LGPL. Standard download from official website is designed for GCC. VC++ port is available from here .

I have not used it, so I'm pointing you here blind:

LibTomMath by Tom St Denis: http://libtom.org/

Public Domain license. Website mentions that the library builds out of the box with GCC 2.95 [and up] as well as Visual C++ v6.00 [with SP5] without configuration.

A companion book is available: http://www.amazon.com/dp/1597491128

OpenSSL BN type. BSD-style license, pretty sure it's available for windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM