Here's a GNU big number library that may be useful. http://www.swox.com/gmp/ Bojan On 11/25/05, Ingo Krabbe wrote: > Am Freitag, 25. November 2005 07:50 schrieb ross mcginnis: > > In C++ (or standard libraries) is there any type that is atleast an 128 bit > > integer? > > > > PS : I know this isn't specifically a KDE question, but it is for a GPL'ed > > app (called Kamibroke) that uses KDE. > > > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > > >> unsubscribe << > > ISO C99 supports only a minimal integer size of 64bit that is given by the > compiler. You can use a long number library to support longer numbers (used > by bc for example). But there is no standard solution to feed your processor > with longer numbers. > > BYE INGO > > > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << > > > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<