On Wed, 2008-02-13 at 15:42 -0500, Victor Bazarov wrote:
Well, malloc and calloc are just 'new char[]' and 'new char[]()'.
They don't "reserve raw memory" since there is no "raw memory" in
C++.
They don't "reserve raw memory" since there is no "raw memory" in
C++.
--
Tristan Wibberley
Any opinion expressed is mine (or else I'm playing devils advocate for
the sake of a good argument). My employer had nothing to do with this
communication.
Comment