hi....
i have a problem
we know that when we wanna to use big numbers we can t use (int,long int,...)
how we can solve this problem.....
for example when we want to get the value of 50! what should we do?!
my compiler is Dev C++....
There are a few people who have wanted to begin or have begun such a project, but as yet the attempts are not mature, nor are they currently a part of Boost's libraries. You can google around for implementations...
There is little interest for Boost committee members because you already get nice C and C++ bignum from GMP, which is a very mature and heavily optimized package.