I have to initialize an object of class Array, which private element is array of pointers to objects of class Message. I can't use <vector> or linked lists. But the thing is I don't know the size of array, or how many objects of class Message do I have.(suppose there is more than 1000)
So how can I do it? I hope I was clear enough. Please give me some suggestions.:)