From kde-devel Fri Nov 25 15:17:01 2005 From: Bojan Date: Fri, 25 Nov 2005 15:17:01 +0000 To: kde-devel Subject: Re: 128 bit integer type Message-Id: X-MARC-Message: https://marc.info/?l=kde-devel&m=113293189010707 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 <<