-
- Downloads
A struct can be partially initialized. The order of the initialized elements...
A struct can be partially initialized. The order of the initialized elements in C is arbitrary, as the initialization has no side effects. In C++, the elements must be initialized in the order in which they appear in the struct, because each initialization potentially calls a constructor, which can then rely on the preceding elements being initialized
parent
ecc439f9
No related branches found
No related tags found
Loading
Please register or sign in to comment