Lelem = new intMAXSIZE;
This line of code initializes a new integer array called "L.elem" with a maximum size of "MAXSIZE". The "new" keyword is used to allocate memory for the array on the heap. The size of the array is determined by the value of "MAXSIZE".
原文地址: http://www.cveoy.top/t/topic/bjKE 著作权归作者所有。请勿转载和采集!