User profile: Sysem

User info
User name:Sysem
History
Joined:
Number of posts:5
Latest posts:

Array error
Tried the [code]string maze[10][/code] but got a different error saying Debug Assertion Error. Maybe...

Array error
Tried that exception, but got 56 errors. Im new to C++ so sorry bout this :) will try your one Mit...

Array error
at the moment, the array is declared as [code]char* maze[10][/code] so [code]maze[y][x] = '.';[/code...

Array error
When i change it to: [code] maze[y][x] = string("."); [/code] i get the following error, er...

Array error
I have an array, map[10] which has the folloing data: [code] maze[0] = "#------*> "; ...

This user does not accept Private Messages