From: pavenis AT lanet DOT lv Message-ID: To: Mohamed Saad , djgpp AT delorie DOT com Date: Fri, 11 Feb 2000 15:01:55 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: VERY long numbers (and i mean... VERY!!!) In-reply-to: <20000211112031.19889.qmail@web122.yahoomail.com> X-mailer: Pegasus Mail for Win32 (v3.12b) Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 11 Feb 00, at 3:20, Mohamed Saad wrote: > Good afternoon fellows, > How are ya? fine? good! :) > > is there a djgpp unit for representing VERY large > numbers??? > I am developing a program that needs to use numbers > that are very large!!! even long double reaches > infinity before i can reach the value i need!! > > i need numbers that can contain approximately 10000 > digits (may be more!)!! (Hope it's represented as > fixed point! but this ain't necessary!) > If integer numbers are good enough look for class Integer in libg++ (Integer.h in lgp2952b.zip if You are using gcc-2.95.2)