Why do I receive the error \"Variable-sized object may not be initialized\" with the following code?
int boardAux[length][length] = {{0}};
Simply declare length to be a cons, if it is not then you should be allocating memory dynamically