Search:
Forum
General C++ Programming
two dimensional arrays in c++
two dimensional arrays in c++
Mar 20, 2010 at 11:41pm UTC
ran1
(4)
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.
Mar 21, 2010 at 12:03am UTC
Bazzy
(6281)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs