here you go man i think it is the best way to do that int main() { double (* pX)[4]; pX = new double [3][4]; delete [] pX; return 0; }
M
MehranNZ
@MehranNZ
here you go man i think it is the best way to do that int main() { double (* pX)[4]; pX = new double [3][4]; delete [] pX; return 0; }