From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: Re: Large global arrays in C++ Date: Mon, 24 Nov 1997 16:33:21 -0600 Organization: Southwest Missouri State University Lines: 7 Message-ID: <347A00B1.AAD@nic.smsu.edu> References: <3479FEED DOT 4485 AT nic DOT smsu DOT edu> Reply-To: aho450s AT nic DOT smsu DOT edu NNTP-Posting-Host: sara.a33.smsu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Tony O'Bryan wrote: > Compiled with "gcc -c test.c", the compiler produces an executable that > is 1,000,455 bytes. An obvious inaccuracy, but I know someone will jump down my throat if I don't correct it. The above command line produces an object file (not an executable) of 1,000,455 bytes.