01.08.2013, 12:20
Код:
new NewText[1][3] =
{
{"Bussines","1000 credit","100 credit"}
};
Код:
initialization data exceeds declared size
new NewText[1][3] =
{
{"Bussines","1000 credit","100 credit"}
};
initialization data exceeds declared size
new NewText[1][3][24/*MAX LENGHT of the string*/]