From: "Paulo J. Matos aka PDestroy" Newsgroups: comp.os.msdos.djgpp Subject: Re: Large numbers Date: Mon, 23 Oct 2000 10:26:15 +0200 Lines: 25 Message-ID: <8t109c$u2l$1@venus.telepac.pt> References: <5 DOT 0 DOT 0 DOT 25 DOT 1 DOT 20001023105643 DOT 009dceb0 AT mail DOT namezero DOT com> NNTP-Posting-Host: 212.113.180.252 X-Trace: venus.telepac.pt 972293228 30805 212.113.180.252 (23 Oct 2000 09:27:08 GMT) X-Complaints-To: abuse AT mail DOT telepac DOT pt NNTP-Posting-Date: 23 Oct 2000 09:27:08 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Yes, it is possible... but you'll have to write your own 'Large Numbers' library. Oh, and don't forget to include largenum.h (or whatever you call it) in your app. ;) Best regards, -- Paulo J. Matos aka PDestroy http://www.pdestroy.net ICQ UIN - 361853 -- Resistence is futile... - Artificial Intelligence Newsgroup '2000 "Mithrandi" wrote in message news:5 DOT 0 DOT 0 DOT 25 DOT 1 DOT 20001023105643 DOT 009dceb0 AT mail DOT namezero DOT com... > Is it possible to work with numbers that are larger than the size of an > unsigned long long int in DJGPP? (For example, 99999999999971737666) If so, > please explain how. >