Why Are the Visual Studio C++ 6.0 Executable Files So Big?

S

soulis

I usually compile my .CPP programs with
Visual Studio C++ 6.0 and MFC.
Why is the produced executable file so big?
For example, the original file is 1k and the executable is 500K.
Am I doing osmething wrong?
Thank you!

soulis
 
J

Jack Klein

I usually compile my .CPP programs with
Visual Studio C++ 6.0 and MFC.
Why is the produced executable file so big?
For example, the original file is 1k and the executable is 500K.
Am I doing osmething wrong?
Thank you!

soulis

There is nothing in the C++ language standard that defines how large
executables should be. All such detail is completely dependent on the
compiler and operating system. You need to ask in a Windows or Visual
C++ programming group, it is not a language issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,591
Members
45,102
Latest member
GregoryGri
Top