Topic: Dynamic Mem Alloc Question


Author: smithe@lafcol.lafayette.edu (Flash!)
Date: 23 Sep 93 18:07:42 GMT
Raw View
How does one dynamically allocate a 2 dimensional array in C++  ?


   char *Description = new char[i][j];

does not seem to work. Thanks,


                       smithe@lafcol.lafayette.edu