Link to home
Start Free TrialLog in
Avatar of chambers777
chambers777

asked on

Dynamicaly sizing two dimensional array?

Is there anything that would be equivalent to a dynamicaly sizing two dimensional array?

I want to read a database resultset into something that I can return....
Avatar of Nick_72
Nick_72

You could use a Vector, which you can size dynamically, and in each Vector element you store another Vector.

/Nick
ASKER CERTIFIED SOLUTION
Avatar of searlas
searlas

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial