Array of pointers to objectsI've meant something like this: [code]class Array { Message** el; // or Message* el [size]...but I ...
Array of pointers to objectsThanks, but how do I put all the Message Objects into one Array object?
Array of pointers to objectsI have to initialize an object of class Array, which private element is array of pointers to objects...