All pastes #2126018 Raw Edit

Someone

public text v1 · immutable
#2126018 ·published 2012-03-08 02:34 UTC
rendered paste body
char * maze_cells = new char * [maze_height];
for(int i = 0; i < maze_height; i++)
      maze_cells[i] = new char[maze_width];