From: Marcus Rohrmoser Newsgroups: comp.os.msdos.djgpp Subject: Re: Unlimited size integers Date: Fri, 30 Jul 1999 13:41:12 +0200 Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Distribution: world Message-ID: <37A18F58.FBEF3C82@gmx.de> References: <37a0d9b1 DOT 217004807 AT newsb DOT telia DOT net> NNTP-Posting-Host: sun3.lrz-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en Lines: 8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com There's a possibility if using C++. See for an example how to create your own types beeing useable like builtins. But 'unlimited' still won't be possible, for your computer's memory IS limited. Marcus