Tomba Posted September 7, 2003 Posted September 7, 2003 hi all, I want to realise something like a string[][3] , or if you like some kind of an alternative to a vector in C++. I know there is a special class in .net (c# here) that allows you to dynamically add elements, without having to 'create' elements at declaration. thanks, Steven DG Quote
wyrd Posted September 7, 2003 Posted September 7, 2003 Use an ArrayList. Quote Gamer extraordinaire. Programmer wannabe.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.