I've always been confused about how operator new works. Finally, I found this article which clarifies how the compiler generates code when it encounters new. C++ Language Reference How new Works The allocation-expression — the expression containing the
Read More...