I am allocating memory for a 2 dimensional array as follows..how do I delete it?


double (*e)[3] = new double[4][3]

Regards
mgore