vector and pointer

I have to develop a table give below with columns 0 to 4 and rows 0 to 4.
Then put values in each location, after that i have to read like value corresponding to row 2 and column 2.

Please suggest how it would be implemented?



0 -----------1------2-------3------- 4

0 0x00 ......................................................

1 0x12 ...........................................................

2 0x34 ................ 0x23 .............................

3 ...........................

4 ..................

5 .................


Last edited on
Topic archived. No new replies allowed.