A
Alexander Stippler
Hello,
I have some class members of built-in type (to be exact: int) and wonder
about the initialization behaviour of gcc4.0.
I thought, these members would be implicitly be initialized to zero - if
not assigned a different value explicitely in the constructor, but I
noticed that they were uninitialized. What does the standard say in this
context?
regards,
Alex
I have some class members of built-in type (to be exact: int) and wonder
about the initialization behaviour of gcc4.0.
I thought, these members would be implicitly be initialized to zero - if
not assigned a different value explicitely in the constructor, but I
noticed that they were uninitialized. What does the standard say in this
context?
regards,
Alex