1>c:\my documents\visual studio 2008\projects\fifteen\fifteen\fifteen.h(26) : error C2143: syntax error : missing ')' before ';'
1>c:\my documents\visual studio 2008\projects\fifteen\fifteen\fifteen.h(26) : error C2143: syntax error : missing ']' before ')'
1>c:\my documents\visual studio 2008\projects\fifteen\fifteen\fifteen.h(26) : error C2143: syntax error : missing ';' before ')'
1>c:\my documents\visual studio 2008\projects\fifteen\fifteen\fifteen.h(26) : error C2059: syntax error : ')'
1>c:\my documents\visual studio 2008\projects\fifteen\fifteen\fifteen.h(26) : error C2059: syntax error : ']'
1>c:\my documents\visual studio 2008\projects\fifteen\fifteen\fifteen.h(26) : error C2143: syntax error : missing ')' before ';'
1>c:\my documents\visual studio 2008\projects\fifteen\fifteen\fifteen.h(26) : error C2059: syntax error : ']'
errors with typedef int T15Array[DIR_TOTAL][DIR_TOTAL];
thanks for reply, everything fine with const instead #define
Last edited on
Line 1 should be without ;
thanks, with #define DIR_TOTAL 4
also works :)