delorie.com/archives/browse.cgi | search |
Date: | Thu, 30 Jan 1997 09:30:28 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Ryan Blazecka <eblazecka AT bc DOT sympatico DOT ca> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: Random numbers |
In-Reply-To: | <32EEA34C.4476@bc.sympatico.ca> |
Message-ID: | <Pine.SUN.3.91.970130092903.17132H-100000@is> |
MIME-Version: | 1.0 |
On Tue, 28 Jan 1997, Ryan Blazecka wrote: > About the size of your EXE, do you have any static arrays in there? If > you do, change them to dynamic arrays (using pointers and malloc()). For > some reason, DJGPP increases EXEs by the size of any static arrays. This only happens if the program is written in C++. See section 8.14 of the DJGPP FAQ list for more details.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |