News

So, I thought of creating a one-dimensional array of pointers to my existing arrays (so there aren't any copies), but I can't seem to initialize my new array correctly. Actually, all I've tried so ...
Let's say I have a class of non-trivial size called MyClass I also have an array of MyClass objects ... or have add return a pointer to the new element so that the caller can execute placement ...