http://exploringjs.com/es6/ch_variables.html#_const-creates-immutable-variables azu added a commit that referenced this issue Nov 4, 2016 refactor(data-type): プリミティブ型の表記を統一 … e6c7993 azu mentioned this issue Nov 4, 2016 refactor(data-type): プリミティブ型の表記を...
Const 宣言に、配列初期化子を指定することはできません。 制約'<constantname>' が、それ自体の値に依存することはできません。 定数を代入式のターゲットにすることはできません。 定数式が必要です。 定数式は、型 '<typename>' では表現できません。 定数は、class、structure、また...
int kind; static const UB *menu[]={" 仓储物流管理", "---", " 1.入库系统", " 2.库存系统", " 3.出库系统" }; while(1) { cls(); Dsp_str(menu[0],1,0); Dsp_str(menu[1],3,0); Dsp_str(menu[2],5,0); Dsp_str(menu[3],7,0); Dsp_str(menu[4],9,0); kind=getke...
Const 宣言に、配列初期化子を指定することはできません。 制約'<constantname>' が、それ自体の値に依存することはできません。 定数を代入式のターゲットにすることはできません。 定数式が必要です。 定数式は、型 '<typename>' では表現できません。 定数は、class、structure、ま...