> From: gaurav palvia [mailto:[EMAIL PROTECTED]] > is there any palcement _new in CW C++ implementation. > It is in Windows. Do you mean, does the compiler support placement new? Of course it does, it's a full featured C++ implementation. Or do you mean, is the placement new operator implemented in the CW startup library? I don't know, but if it isn't, you can certainly implement it yourself. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
