I have a code written in C++ 0x. Since I am not familiar with C++ 0x, I am unable to understand the following lines.

int scene[M][N];

//Fill Scene array with values
Fill_Scene(scene);
...