Dynamic memory allocation in C++ using n - TechRepublic
General discussion
September 24, 2001 at 07:41 AM
usmanqadri

Dynamic memory allocation in C++ using n

by usmanqadri . Updated 23 years, 7 months ago

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

This discussion is locked

All Comments