Search:

Type: Posts; User: Ganeprog

Search: Search took 0.32 seconds.

  1. Re: Read ASCII art map and store the information in 2D array (int[][] or char[][])

    Ya correct its bit tricky. But sorry could you please explain with simple example. I like this way i am eager to learn this.

    Thanks in advance.
  2. Re: Read ASCII art map and store the information in 2D array (int[][] or char[][])

    hi greg,

    You declared the matrix in 2 dimension array but what is the below line represent. Please explain.

    matrix[i++] = line.toCharArray();

    Is it a 2 dimension matrix?????. I work out...
Results 1 to 2 of 2