Content deleted Content added
Expanded further. |
→Further reading: Added Cline. |
||
Line 226:
==Further reading==
* {{cite book|last=Franek|first=Frantisek|title=Memory as a Programming Concept in C and C++|publisher=[[Cambridge University Press]]|isbn=9780521520430|year=2004}}
* {{cite web|title=11.10: What is "placement new" and why would I use it?|url=http://parashift.com./c++-faq-lite/dtors.html#faq-11.10|work=C++ FAQ Lite|date=[[2006-09-25]]|author=Marshall Cline|accessdate=[[2008-11-26]]}}
* [http://publib.boulder.ibm.com/infocenter/macxhelp/v6v81/index.jsp?topic=/com.ibm.vacpp6m.doc/language/ref/clrc05cplr199.htm IBM Documentation describing C++'s operator new]
* [http://msdn2.microsoft.com/en-us/library/kewsb8ba(VS.71).aspx Microsoft Visual Studio operator new documentation]
* [http://www.devx.com/tips/Tip/12582 Tip of the day for July 18, 1998]
==See also==
* <code>[[new (C++)|new]]</code>
|