Mail Archives: djgpp/2003/03/18/10:48:12
Hello
First sorry for my bad english.
I have a question.
I compiled following code with gcc and borland c
compiler:
#include <stdio.h>
int main(void){
printf("Hello world!");
return 0;
}
gcc a.c -o a.exe (for gcc compiler under windows)
the size of exe file that gcc maked (80KB) and the
size of exe
file that borlandc maked (8KB) . why???
please help me !
e-mail: adelkhaleghi AT yahoo DOT com
__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
- Raw text -