Hi there,

I like to know the differences between the 'delete'
operator and the 'destroy()' member function. If I create an LZ object,
can I use 'delete' to delete the object instead of using "destry()"
member function? The reason I ask this question is that 'destroy()'
performance is very bad. Create an array of 50 objects, and then use
'destroy()' to destroy them, you will see the browser is basically
frozen for a few minutes. But if I use delete, it runs very fast. 

Thanks!

Chen Ding

_________________________________________________________________
See what people are saying about Windows Live.  Check out featured posts.
http://www.windowslive.com/connect?ocid=TXT_TAGLM_WL_connect2_082008

Reply via email to