c++builder中如何将一个数组定义为TShape

如题所述

TShape shapes[10];
for (int i = 0; i < 10; i++)
{
shapes[i] = TShape(构造函数);
}
温馨提示:答案为网友推荐,仅供参考
相似回答