Date: Wed, 8 Aug 2001 15:51:58 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Kai Dietrich cc: djgpp AT delorie DOT com Subject: Re: 128 bit integer In-Reply-To: <9kr1g4$lck$01$1@news.t-online.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 8 Aug 2001, Kai Dietrich wrote: > I want to do simple 128 bit integer math (+ and -). Do I have to combine > two long long int by myself or is there something like a library or a > little bit free source code which does that job? Check out the GNU Multiple-Precision library, v2gnu/gmp311b.zip from the usual DJGPP sites.