Thread
:
jagged array help
View Single Post
#
1
(
permalink
)
December 4th, 2005, 07:33 PM
oozener
Registered User
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jagged array help
hi,
i have a jagged array created in java like this:
int [][]jagged={{1,2,3},{4,5},{6}};
i need to writea C++ code fragment which defines a similar jagged array (with similar initial values as well).
can anyone help me??
thnx,
oozener
View Public Profile
Find all posts by oozener