From: "Peter Gsellmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: Really Huge Numbers Date: Wed, 15 Jul 98 23:54:37 +0100 Organization: OS/2 Warp Merlin Lines: 15 Message-ID: References: <35ace841 DOT 0 AT news DOT provide DOT net> Reply-To: "Peter Gsellmann" NNTP-Posting-Host: dialup162.graz20.graz.at.eu.net Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Wed, 15 Jul 1998 13:31:36 -0400, Lord Daedron wrote: :>Another one my current projects is a DOS install program to be used with my :>other projects. I have it completed, but i have a problem: I wish to store :>the file sizes of all files packed in my compressed archive, along with the :>total of all file sizes. Using an unsigned int ( I read this is same as :>unsigned long? ) this gives me a maximum of about 4 megs ( any bigger :>numbers will overflow ). Is there a bigger integer type or a class for :>stroing really huge numbers so I could install more than 4 megs? 2^32 == 4 Giga ! I hope you will not fill up my new 4 Gig-Drive with your program!