From: "Klayhamn" Newsgroups: comp.os.msdos.djgpp Subject: slow operation Date: Sun, 3 Aug 2003 15:30:53 +0200 Lines: 39 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 NNTP-Posting-Host: bzq-218-240-234.red.bezeqint.net X-Original-NNTP-Posting-Host: bzq-218-240-234.red.bezeqint.net Message-ID: <3f2cff90$1@news.bezeqint.net> X-Trace: news.bezeqint.net 1059913616 81.218.240.234 (3 Aug 2003 15:26:56 +0300) X-Original-Trace: 3 Aug 2003 15:26:56 +0300, bzq-218-240-234.red.bezeqint.net Organization: Bezeq International Ltd. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am just trying out DJGPP now for the first time after giving it up a few months ago when i failed to make it work... i ran into some difficulties this time as well but managed to overcome them - HOWEVER - i would like to make a note (just a general note, not some specific complaint / criticism) that although the compiler along with it's IDE and all its tools is fairly documented and has troubleshooting sections and so on -- it could have arrived with some installation utility which could have made life much easier. Now to the point: It takes me about 7-14 seconds to compile: #include using namespace std; int main() { int a; a=5; cout<