Placement syntax: Difference between revisions

Content deleted Content added
add std:: prefix to size_t and nothrow_t
m ISBNs (Build KE)
Line 254:
== References ==
{{refbegin|1}}
*{{cite book|ref=harv|title=Navigating C++ and Object-oriented Design|first=Gail|last=Anderson|chapter=Object Storage Management|publisher=Prentice Hall|year=1998a|isbn=01353274820-13-532748-2|isbn13=9780135327487}}
*{{cite book|ref=harv|title=Navigating C++ and Object-oriented Design|first=Gail|last=Anderson|chapter=Exception Handling|publisher=Prentice Hall|year=1998b|isbn=01353274820-13-532748-2|isbn13=9780135327487}}
*{{cite web|ref=harv|url=http://www.desy.de./user/projects/C++/g++faq/placement_new_syntax.html|title=3.4. g++ won't accept the placement new syntax.|date=1997-05-12|first=Joe|last=Buck|work=Frequently asked questions about the GNU C++ compiler|accessdate=2008-11-26}}
*{{cite book|ref=harv|title=C++ Gotchas|first=Stephen C.|last=Dewhurst|chapter=Gotcha #62: Replacing Global New and Delete|chapterurl=http://informit.com./articles/article.aspx?p=30642&seqNum=3|publisher=[[Addison-Wesley]]|year=2003|isbn=9780321125187978-0-321-12518-7}}
*{{cite book|ref=harv|title=C++ in a Nutshell|first=Ray|last=Lischner|publisher=O'Reilly|year=2003|isbn=059600298X0-596-00298-X|isbn13=9780596002985}}
*{{cite book|ref=harv|title=C++ Gems|first=Stanley B.|last=Lippman|authorlink= Stanley B. Lippman |publisher=Cambridge University Press|year=1997|isbn=01357058190-13-570581-9|isbn13=9780135705810}}
*{{cite book|ref=harv|title=C++ Pocket Reference|first=Kyle|last=Loudon|publisher=O'Reilly|year=2003|isbn=05960049660-596-00496-6|isbn13=9780596004965}}
*{{cite web|ref=CITEREFMcCluskey2000|url=http://glenmccl.com./nd_cmp.htm|title=Placement New/Delete|publisher=Glen McCluskey & Associates LLC|work=C++ Language and Library|date=2000-06-26|accessdate=2008-11-26}}
*{{cite news|ref=harv|date=1998-04-01|first=Scott|last=Meyers|title=Placement new and placement delete|url=http://ddj.com//showArticle.jhtml?documentID=cuj9804meyers&pgno=2|work=[[Dr. Dobb's Journal]]|publisher=United Business Media LLC}}
*{{cite book|ref=harv|title=An Introduction to Object-oriented Programming in C++|first1=Graham M.|last1=Seed|first2=Barry J.|last2=Cooper|publisher=Springer|year=2001|isbn=18523345091-85233-450-9|edition=Second Edition}}
*{{cite book|ref=harv|title=Professional C++|first1=Nicholas|last1=Solter|first2=Scott|last2=Kleper|publisher=Wiley|year=2005|isbn=07645748410-7645-7484-1|isbn13=9780764574849}}
*{{cite book|ref=harv|title=The C++ Programming Language|edition=2nd|first=Bjarne|last=Stroustrup|authorlink=Bjarne Stroustrup|isbn=978-02015399290-201-53992-9|year=1991|month=July}}
*{{cite book|ref=harv|last=Stroustrup|first=Bjarne|authorlink=Bjarne Stroustrup|title=Design and Evolution of C++|publisher=[[Addison-Wesley]]|isbn=9780201543308978-0-201-54330-8|year=1994|chapter=Memory Management}}
*{{cite book|ref=harv|last=Stroustrup|first=Bjarne|authorlink=Bjarne Stroustrup|title=The C++ Programming Language|publisher=[[Addison-Wesley]]|edition=3rd|isbn10=0201889544|isbn=9780201889543978-0-201-88954-3|year=1997}}
*{{cite book|ref=harv|title=Multi-paradigm Programming Using C++|first=Dirk|last=Vermeir|publisher=Springer|year=2001|isbn=18523348351-85233-483-5|isbn13=9781852334833}}
*{{cite web|ref=harv|title=A Cross-Platform Memory Leak Detector|date=2007-12-31|first=Wu|last=Yongwei|accessdate=2008-11-26|work=Wu Yongwei's Programming Page|url=http://wyw.dcweb.cn/leakage.htm}}
{{refend}}
 
== Further reading ==
* {{cite book|last=Franek|first=Frantisek|title=Memory as a Programming Concept in C and C++|publisher=[[Cambridge University Press]]|isbn=9780521520430978-0-521-52043-0|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|first=Marshall|last=Cline|accessdate=2008-11-26}}
* {{cite web|url=http://publib.boulder.ibm.com/infocenter/macxhelp/v6v81/topic/com.ibm.vacpp6m.doc/language/ref/clrc05cplr199.htm|title=C++ new Operator|work=IBM's Mac OS X compilers|year=2003|publisher=[[IBM]]|accessdate=2008-11-27}}