why is this not possible?
im trying to declare an two dimentional array this way but i get an error message "Cannot convert 'int ( *)[2]' to 'int *'sorry i cant use insert source code feature wellCode:#include <iostream.h> int main() {int * number; number = new int [5][2]; return 0; }



LinkBack URL
About LinkBacks




You can release it any time when you're done with it. Hopefully, that will be at some time before the program ends, otherwise you have some problems