From: Kai Dietrich Newsgroups: comp.os.msdos.djgpp Subject: 128 bit integer Date: Wed, 8 Aug 2001 11:41:24 +0200 Organization: T-Online Lines: 9 Message-ID: <9kr1g4$lck$01$1@news.t-online.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 997263684 01 21908 887RSU-VSXALQN 010808 09:41:24 X-Complaints-To: abuse AT t-online DOT com X-Sender: 320009961467-0001 AT t-dialin DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! 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? TIA Bye Kai