Message-ID: <34F032CC.F0E@mailexcite.com> Date: Sun, 22 Feb 1998 06:14:36 -0800 From: BlueShade Reply-To: blueshade AT mailexcite DOT com MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: C++ Error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 208.7.250.4 Lines: 8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk For some bizarre reason, when I compile programs under gcc using the C++ features, they don't work. More specifically, when I declare any size of an array, the executable becomes HUGE. I had a program that used an int array of 800 by 800, and compiled it in C. The executable size was 20K. I compiled the same program under C++ and it was over 2 megs! If anyone can help, i'd appreciate it. Thanks. BlueShade