默認情況下,引用類型數組被初始化,所有引用都爲null。 是否有任何類型的語法技巧來初始化它們與新的默認對象,而不是? 如 public class Child
{
}
public class Parent
{
private Child[] _children = new Child[10];
public Parent()
{
//any
我有以下行(減少到最低限度證明問題): char version_text[64U] = {'\0'};
此行生成以下MISRA錯誤: Error[Pm023]: missing elements - braces shall be used to indicate and match the structure in the non-zero initialization of arrays