04.07.2013, 16:13
Wait, you are working with 2d
something like
This should compile:
and should do what you want.
something like
Код:
{ {0,0}, {1,1} }
Код:
new Strings[][][] = { { {"Hello", "Omfg"} }, { {"World", "Omfg"} } };