原创 C++結構體共用體

12、C++中數組初始化的特點 初始話數組可以省略等號;初始話內容爲空;不可縮窄操作 double people {A,B,C}; double people {}; int number { 1,20,3.0} //不通過,因爲浮點到