Just a quickie: I heard that arrays declared in the global scope are
automatically initialised with a block of zeros. To help with making my C
source compatible with multiple compilers, I'd like to know if this is a proper
ANSI-C thing or just another C++ quirk that only confuses people, if it's true
at all.
Thanks for your time,
Koster.
automatically initialised with a block of zeros. To help with making my C
source compatible with multiple compilers, I'd like to know if this is a proper
ANSI-C thing or just another C++ quirk that only confuses people, if it's true
at all.
Thanks for your time,
Koster.
Comment