Hi David,
Yes, I mean placement new.

According to my debuggin on VC7/WinXP, delete
aTranscoder will invoke the global delete operator,
which happen to work fine simply because the current
memory manager implementation happen to use global new
operator as well.

If the memory manager implementation changed to use
malloc instead, for example, that code will crash.

Thanks,
Xuerong.




                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to