You can't really "delete" an element from a C++ array. However, if the array consists of pointers, you can delete the object that a specific element points ...
確定! 回上一頁