ОО
Олим Олимов
Динамическая память в С++
int **Arr;
const int numrows=3;
const int numcols=4;
int ixrow;
int jxcol;
int **Arr = new int * [numrows];
for(ixrow=0; ixrowd:\projects\test3\test3\main.cpp(12) : error C2086: 'int **Arr' : redefinition
1> d:\projects\test3\test3\main.cpp(7) : see declaration of 'Arr'