[rescue] Cooling (Long Message, sorry)

Joshua D Boyd jdboyd at cs.millersville.edu
Wed Apr 17 12:15:42 CDT 2002


On Wed, Apr 17, 2002 at 10:22:04AM -0400, Big Endian wrote:

> malloc()== new.  fmat4x4 newmat = new fmat4x4;

Only in a crude sense is that true.  New does more than just malloc the
memory.  It also handles calling the constructor, etc.  Maybe it has special
cases for primitives though.

-- 
Joshua D. Boyd



More information about the rescue mailing list