From: "Snowman" Newsgroups: comp.os.msdos.djgpp Subject: Why the executables r so big ???? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Wed, 15 Sep 1999 12:07:36 GMT NNTP-Posting-Host: 212.160.57.163 X-Complaints-To: abuse AT tpsa DOT pl X-Trace: news.tpnet.pl 937397256 212.160.57.163 (Wed, 15 Sep 1999 14:07:36 MET DST) NNTP-Posting-Date: Wed, 15 Sep 1999 14:07:36 MET DST Organization: TPNET - http://www.tpnet.pl Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com HELP HELP Im using DJGPP. And I don't understand while the files that I compile are so big . When I compile for example this small source code (about 40bytes): main() { printf("Hello"); return 0; } The exe file is over 100Kb Big . Why ???? (I'm not using the Allegro libary or anything) When I look at some other peoples programms examp.:" DosArena." Its just about 200Kb and The source code was really long. I also made a simple game (using Allegro), and the exe-file is over 700Kb heavy. Please E-Mail me if you can tell me smth. about that. :)