1>.\src\Game.cpp(14) : error C2059: syntax error : ']' 1>.\src\Game.cpp(14) : error C2143: syntax error : missing ';' before '{' 1>.\src\Game.cpp(14) : error C2143: syntax error : missing ';' before '}' |
|
|
|
|
board[] = { '0', '0', '0', '0', '0', '0', '0', '0', '0', '0' };//ERROR!
= { }
thing when arrays are constructed (ie: first created). Line 7 is where it's created, so it works there.
|
|
|
|