Hacker News new | ask | show | jobs
by WalterBright 57 days ago
You can always statically initialize them with 0:

    static float[10] array = 0.0;