
new/delete operator & multithread
Quote:
> Hi all,
> Do you know whether standard "new" and "delete" operators in VC++ are
> multithread-safe or not? How about other compilers?
> Thanks,
> Rocky Lee
They are multithread safe in VC if you link to one of the multithreaded
runtime libs. If you use
MFC you are linked to one of the multithreaded
libs because MFC requires it too.
--
Scott McPhillips [VC++ MVP]