22.06.2015, 18:10
At the start of the array: error 029: invalid expression, assumed zero
At the end of the array: error 010: invalid function or declaration
At the end of the array: error 010: invalid function or declaration
Код:
new Data[3][3][10] = {
{"123456",120,3},
{"123456789",100,2},
{"12345",0,100}
};

