摘要:Operator new allocates memory from the heap, on which an object is constructed. Standard C++ also supports placement new operator, which constructs an object on a pre-allocated buffer. This is useful ...
阅读全文
posted @ 2008-06-05 12:03