3D Array is giving errors
#1

At the start of the array: error 029: invalid expression, assumed zero
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}
};
Reply


Messages In This Thread
3D Array is giving errors - by Muted - 22.06.2015, 18:10
Re: 3D Array is giving errors - by Pottus - 22.06.2015, 18:38
Re: 3D Array is giving errors - by Muted - 22.06.2015, 19:14
Re: 3D Array is giving errors - by Pottus - 22.06.2015, 19:21
Re: 3D Array is giving errors - by Muted - 22.06.2015, 19:35
AW: 3D Array is giving errors - by Mencent - 22.06.2015, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)