Deleting a pointer array in C++

Started by
9 comments, last by MajinMusashi 19 years, 4 months ago
Quote:Original post by SumDude
Why are you trying to avoid using an empty constructor?


Because that way, I would end up creating an additional constructor, and copying objects to the array (instead of referencing them, what is slower). Am I right?

PS.: sorry for the bad english :)

This topic is closed to new replies.

Advertisement