User profile: stefaneli

User info
User name:stefaneli
History
Joined:
Number of posts:3
Latest posts:

Array of pointers to objects
I've meant something like this: [code]class Array { Message** el; // or Message* el [size]...but I ...

Array of pointers to objects
Thanks, but how do I put all the Message Objects into one Array object?

Array of pointers to objects
I have to initialize an object of class Array, which private element is array of pointers to objects...