代码清理数据结构

时间:2015-11-30 12:10:15

标签: structure

如何清理/删除Verific数据结构

int x = 15;
for (int i = 0; i < x; i++) {
    mySequence[i] = 0;
}
mySequence[0] = -127;
delete[] mySequence;

0 个答案:

没有答案