Answer the question
In order to leave comments, you need to log in
How can you manually manage memory in C++?
Here there is a dynamic allocation of memory through new
int* arr[10] = new int[10];
int* year = new int(2016);
Answer the question
In order to leave comments, you need to log in
I would like to independently place any information in the cells
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question