Array errorTried the [code]string maze[10][/code] but got a different error saying Debug Assertion Error. Maybe...
Array errorTried that exception, but got 56 errors. Im new to C++ so sorry bout this :) will try your one Mit...
Array errorat the moment, the array is declared as [code]char* maze[10][/code] so [code]maze[y][x] = '.';[/code...
Array errorWhen i change it to: [code] maze[y][x] = string("."); [/code] i get the following error, er...
Array errorI have an array, map[10] which has the folloing data: [code] maze[0] = "#------*> "; ...
This user does not accept Private Messages