You cannot declare stack based arrays in that way, as the size needs to be known at compile time. Dynamic arrays must be created on the heap ...
確定! 回上一頁