cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
vector and pointer
vector and pointer
Dec 5, 2013 at 9:30am UTC
amitk3553
(102)
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
Dec 5, 2013 at 9:49am UTC
Dec 5, 2013 at 10:34am UTC
keskiverto
(10402)
http://www.cplusplus.com/doc/tutorial/arrays/
Topic archived. No new replies allowed.