Possible Duplicate:
Difference between 'new operator' and 'operator new'?
What is the difference between using new and operator new ?
I read somewhere a while ago that operator new behaves like malloc(no constructor). Is this correct? If so can someone show me on example, when trying to allocate an object using "operator new" it gives me error.
Thanks.