Re: C++

From: Chris Jacobson (fear@ATHENET.NET)
Date: 12/07/97


On 12/8/97 12:45 AM, Akuma/Chris Baggett/DOOMer (doomer@BAYOU.COM) stated:

>Ok, quick question, if i were to use [cm]alloc to CREATE()
>a char_data structure in C++, would it STILL do the constructor
>function char_data() even though i'm not using NEW ?
>
>I'm sure George knows what i'm talking about :-)
>
>Akuma the Raging Coder

No, because all that is passed is basically the amount of space to
create, then it returns a void pointer.
Also free() does not call a destructur.

- Chris Jacobson


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/08/00 PST