3D Array is giving errors
#2

Of course it is that isn't the correct syntax this is how this array actually looks.

Код:
new Data[3][3][10] = {
	{
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 },
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 },
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }
	},
	{
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 },
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 },
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }
	},
	{
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 },
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 },
		{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }
	}
};
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)