Just where has this language gone wrong?

Jacob Carlborg doob at me.com
Fri Jul 20 07:43:18 PDT 2012


On 2012-07-20 16:33, Marco Leise wrote:

> I think C++ uses a pragmatic approach: No overhead for explicit initialization. But everything that goes into the executable and doesn't have a specific value, will go into the BSS section, where it A) takes up no space and B) the OS will take care of zero initializing it _anyways_.
>
> If it is stored in the .exe, it is 0!

Is it defined what is placed in the executable?

-- 
/Jacob Carlborg




More information about the Digitalmars-d mailing list