error 001: expected token: "}", but found "["
#1

no idea. help me.
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]; 
error 001: expected token: "}", but found "["
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)