It’s well known that the difference in executable size between a compiled binary and one hand-written in optimized assembler will be significant. The compiler brings in all manner of boilerplate ...
I'm trying to figure out how to best reduce c++ executable size in Windows. I'm currently using Visual Studio 2005. I've run across LIBCTINY.LIB, but it seems to suffer from two problems. 1. It isn't ...