Сообщение Re[2]: [upd] Re: VS2015 радует от 06.06.2016 10:15
Изменено 06.06.2016 10:27 tdiff
Здравствуйте, B0FEE664, Вы писали:
BFE>Это гарантируется каким стандартом? С или С++?
If there are fewer initializers than there are array elements, each element not explicitly initialized shall be zero-initialized
BFE>Это гарантируется каким стандартом? С или С++?
If there are fewer initializers than there are array elements, each element not explicitly initialized shall be zero-initialized
Re[2]: [upd] Re: VS2015 радует
Здравствуйте, B0FEE664, Вы писали:
BFE>Это гарантируется каким стандартом? С или С++?
Про char[]:
If there are fewer initializers than there are array elements, each element not explicitly initialized shall be zero-initialized
UPD: более общее про Aggregates:
If there are fewer initializer-clauses in the list than there are members in the aggregate, then each member
not explicitly initialized shall be initialized from an empty initializer list
BFE>Это гарантируется каким стандартом? С или С++?
Про char[]:
If there are fewer initializers than there are array elements, each element not explicitly initialized shall be zero-initialized
UPD: более общее про Aggregates:
If there are fewer initializer-clauses in the list than there are members in the aggregate, then each member
not explicitly initialized shall be initialized from an empty initializer list