14.06.2010, 05:59
why this is working:
and this not working:
for the numbers that giving me the error:
error 018: initialization data exceeds declared size
and for the }; that giving me the error:
error 010: invalid function or declaration
what is the problem?
thanks.
Код:
new cars[4][0] = { {432}, {425}, {520}, {447} };
Код:
new HouseCost[5][0] = { {35000000} , {20000000} , {15000000} , {15000000} , {15000000} , {50000000} };
error 018: initialization data exceeds declared size
and for the }; that giving me the error:
error 010: invalid function or declaration
what is the problem?
thanks.