convert to c++(two dimensional array)

i have a pseudocode any suggestion make a two dimensional array using this pseudocode..?

set i to 1
while(i<=m)
{
set j to 1
while(j<=n)
{
set arr2[i,j] to arr1[i,j]
increment j
}
increment i
}


thanks to the ppl help! cheer up!
Topic archived. No new replies allowed.