C++Builder裡面有動態數組,使用如下://=====//數組長度DynamicArray arrayOfInt;arrayOfInt.Length = 10;cout
blog.csdn.net