[Programación] Re: [Programación] Enteros grandes

Nicolás Aimetti programacion@lugro.org.ar
Fri, 18 Nov 2005 13:37:21 +0000


Proba está: http://www.swox.com/gmp/

Es bastante típica, es parte del proyecto GNU y la usan un motnón de 
aplicaciones... además es muy buena.

Multiple Precision Arithmetic Library, the fastest bignum library on the 
planet!

GMP is a free library for arbitrary precision arithmetic, operating on 
signed integers, rational numbers, and floating point numbers. There is 
no practical limit to the precision except the ones implied by the 
available memory in the machine GMP runs on. GMP has a rich set of 
functions, and the functions have a regular interface.


Saludos,
         Nicolás.


Emiliano Nuńez wrote:
> Hola , estoy buscando una libreria que me permita trabajar con numeros 
> grandes en c , numeros enteros positivos de longitud arbitraria,, la 
> libreria me tendria que permitir transformar un cadena a entero, por 
> ejemplo:
> 
> 
> A.assign("123456789123456789123456789"); en este caso siendo A el 
> numero_grande le asigna el valor entero del numero que contiene esa 
> cadena.. no se si alguien podria echarme una mano..
> 
> Muchas gracias.
> Salu2-
> 
> _________________________________________________________________
> Charla con tus amigos en línea mediante MSN Messenger: 
> http://messenger.latam.msn.com/
> 
> _______________________________________________
> Programacion mailing list
> Programacion@lugro.org.ar
> http://www.lugro.org.ar/mailman/listinfo/programacion
>