Press "Enter" to skip to content

Posts tagged as “memory”

Why grid[y][x] instead of grid[x][y]?

If you don’t like grid[y][x], you can use grid[r][c] instead.

C++