How can I allocate dynamic memory for a double dimension array using the new operator in C++. I am able to initilize a single dimension array but what about double dimensions. Please help me