Waccoon wrote:
All I know is, when I complile a C program with a C++ compiler, the program turns out huge. I mean, just for fun I wrote Hello World in MSVC with default values, and it compiled to over 250K. WTF? Or is that just because it's Microsoft?
I wrote two Hello World! programs using printf and cout in MSVC6. There were exactly the same size: 28,672 bytes. Perhaps you need to set the active config to release? Debug config always creates large files.