News

static const char run_at_startup = (foo(), 0);</pre><BR>I understand the purpose - run foo() at startup under the guise of assigning a dummy variable - but that's about it. Can anyone explain this ...