20.04.2012, 09:59
no idea. help me.
error 001: expected token: "}", but found "["
PHP код:
enum abcd
{
Float:a,
b,
c[33],
d,
e,
f,
g,
h[5][20], // error here
i[5]
} // i tried with ';' too . not working
new j[abcd];