In C++ global and static variables (primitive) are zero initialised.
But member and local variables are not. Is this standard for other
languages? Why?
Angus
This is all inherited from the C language.
Old C code, compiled as C++, should behave the way it used to -
especially performance-wise.
Bo Persson
How TF should we know? Ask in "other languages" newsgroups.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Does exist other languages ?