boost crowd.

Jacob Carlborg doob at me.com
Mon Nov 28 05:14:47 PST 2011


On 2011-11-28 10:01, Maxim Fomin wrote:
> I tried to write a lib and a project, which used that lib separately,
> but came to conclusion
> that the best choice it to pull lib code to project one.
> And it is not a biggest problem, because dmd produces 700 kb
> executable for hello word program.

Neither the standard library or runtime is dynamically linked, which is 
the case for C/C++. If you dynamically link the standard library and the 
runtime a Hello World application takes around 16KB (D1, Tango on Mac OS 
X), the same as a Hello World application written in C takes.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list