how to delete this?

K

Kyle

I have the following codes

int (*p)[2];
p=new int [4][2];
....
delete [] p;

is the way to free the memory correct?
 
G

Gernot Frisch

Kyle said:
I have the following codes

int (*p)[2];
p=new int [4][2];
...
delete [] p;

is the way to free the memory correct?

Yep. delete [] p; p=NULL; // indicate it's invalid!

--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}

________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top