c++ - Difference between 'new operator' and 'operator new ...
I usually try to phrase things differently to differentiate between the two a bit better, but it's a good question in any case. Operator new is a function that allocates raw memory -- at least conceptually, it's not much different from malloc().Though it's fairly unusual unless you're writing something like your own container, you can call operator new directly, like:
Get price