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
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