cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
luzr wrote on Tue, 29 July 2008 19:39
I do not know. If you do not initialize variable, you can consider it unitialized. If you do not initialize struct members, ditto.
I wouldn't say ditto, because if I do not initialize structs, they do get initialized for me automatically via default constructor, so theoretically they are initialized. If the constructor does not initialize properly that is a different problem .