I suppose I have an array
mystruct* tab[..]
but how can I dynamicly add elements into it ?
I want to have a function like
addElement(myStruct *element)
{
then add *element to my array
}
I just want a hint about how I could do this
thanks
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: resizing an arrayThreaded View
|
Click Here to Expand Forum to Full Width |