5 Jul
2007
5 Jul
'07
2:30 a.m.
On Jul 4, 2007, at 6:06 PM, Hai Jin wrote:
Dear Sir:
Thanks for your quick reply. Then it seems that I have to write my own version of BigNumber of BigInt.
I would think it will make boost stronger if the BigNumber class is included in boost library. Jave has it, why C++ ignore it?
If all you need are bignums take a look at the GNU multiprecision library (http://gmplib.org/). It has a c++ wrapper. Regards, Maurizio