| c++ - int *array = new int[n]; what is this function actually doing ...2011年4月25日 -  I am confused about how to create a dynamic defined array: int *array ... new allocates an amount of memory needed to store the object/array that ... stackoverflow.com |