Date: Mon, 8 Oct 2001 08:25:10 +0300 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: djgpp AT delorie DOT com Subject: Re: code for integer.h In-Reply-To: <3BC0A6BD.FAAE3CBB@is.elta.co.il> 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 Sun, 7 Oct 2001, Eli Zaretskii wrote: > Mohamed El-dawy wrote: > > > > i was also wondering about the code for the VERY long integer. > > the code that was found in integer.h. > > where can i find the implementation of this? > > Where did you find this integer.h? I don't see such a header anywhere in > the DJGPP distribution. > I guess it is Integer.h from libg++. If so then sources are inside gcc2953s.zip (gnu/gcc-2.953/libgpp/src/Integer.cc if I remeber correctly). Also be warned that use of libg++ is deprecated and it will no more be supported with gcc versions beginning from gcc-3.0 (it simply doesn't compile together with libstdc++-v3). I suggest using some different package of very long integer arithmetic Andris