delete the allocated memory

have to delete the allocated memory

1
2
unsigned int* buffer;
buffer = new() unsigned int[24];
closed account (j3Rz8vqX)
Can't give you the answer directly.

How about this:
http://www.cplusplus.com/reference/new/operator%20delete[]/
Topic archived. No new replies allowed.