[Solved] C++ Compiler shows just numbers, not the right output [closed]
Alright, being charitable, that code is a little wild. I’ve cleaned it up a bit, the key changes were to replace all occurrences of Wald with Forest and to change the array access to access Forest in main. The code generates a character table printForest prints out the table row by row, I hope that’s … Read more