Making "new" out of "malloc"All right, I think I understand it now. Thank you.
Making "new" out of "malloc"[quote]use operator new[] instead of operator new[/quote] No, I mean "how can this be done using [co...
Making "new" out of "malloc"[quote]But there is still a way to accomplish this with malloc/realloc by using placement new as sho...
Making "new" out of "malloc"[quote]You ended up constructing 3 elements with malloc and deleting 6 of them, this shouldn't be wh...
Making "new" out of "malloc"Yeah, that's not a particularly fantastic title, but it's the best I could come up with. [code]// Co...
This user does not accept Private Messages