Could someone please tell me why the following code does not work for a dynamic multidimensional array. Thank you.
Code:HashTable::HashTable() // default constructor { // create a dynamically-allocated table of type String // with row equal to default size and column equal to 2 int **p; // declare a pointer of type String p = new int[TABLE_SIZE][2]; }



LinkBack URL
About LinkBacks



