From: "Don Ingalls" Newsgroups: comp.os.msdos.djgpp Subject: Re: Try this base converter..It accepts large integers up to 60 digits. Date: Mon, 9 Aug 1999 21:28:24 -0500 Organization: Posted via Supernews, http://www.supernews.com Lines: 45 Message-ID: References: <37AF2A1E DOT 82F8EFA6 AT gmx DOT de> X-Complaints-To: newsabuse AT supernews DOT com X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Here it is...I'm not gonna give the rest of the sources for a while...sorry.. long lhs10(); void drawcalc(); albert cleararray(); albert setbit(); albert getbit(); albert shiftleftxbits(); albert shift_left_one_bit(); albert chartoreg(); int pow2(); int get4bits(); int getxbits(); albert binadd(); int search(); int rem(); int divby10(); albert multbydec10(); albert divregby10(); void display(); int regtoint(); albert subtract(); albert twoscomp(); char inttochar(); albert inttoreg(); albert longtoreg(); albert moreb10(); albert moreb10l(); long findlenl(); int findlen(); albert b10(); albert dec2hex(); long powl(); albert setmorebits(); void displayhex(); long packer(); Marcus Rohrmoser wrote in message <37AF2A1E DOT 82F8EFA6 AT gmx DOT de>... > >Better post the sources. It's because of the virus stuff... > >Marcus