void * intptr = new int; delete (int *) intptr;
是否(int *)需要进行类型转换?
(int *)
c++ memory-management casting
c++ ×1
casting ×1
memory-management ×1