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