
22 Mar
2010
22 Mar
'10
11:43 a.m.
Hi,
There are many C-based BigInt libraries already, so I think Boost is best situated to offer not yet another one, but instead an elegant C++ wrapper to provide easy of use on top of existing efficiency.
Don't know if you intend to focus more on making a library or providing a wrapper around the existing ones. If the latter, you might be interested by Boost.Math bindings that basically aim at doing that. Regards Bruno