Mail Archives: djgpp/2000/02/21/13:49:39
Hi there ...
I created a simple Test-Source and compiled it
with each of my 3 C/C++ compilers, the result, was
really strange (I think that this is strange):
DJGPP: 102431 Bytes (fastest)
Mingw32: 9465 Bytes
Cygwin: 299710 Bytes (slow...)
I used the following source:
#include <stdio.h>
int main()
{
int count;
count = 0;
while(count<200)
{
count++;
printf("%d: TEST !!! \n", count);
}
return 0;
}
with friendly regards....
Jens Luedicke <jens AT irs-net DOT com>
//PGP Public Keys: pgp-keys AT irs-net DOT com <autoresponder>
- Raw text -