two dimensional arrays in c++

hello ,, can you give me some example of two dimensional arrays program in c++ because i have no idea with the codes ...I am searching to others pages but i don't understand it. so pls help me...Hoping that you can help me.. tnx.
1
2
3
int array2D[1][1];
array2D[0][0] = 123;
cout << array2D[0][0];

http://www.cplusplus.com/doc/tutorial/arrays/
http://www.cplusplus.com/forum/articles/7459/
Topic archived. No new replies allowed.