Placement syntax: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m fixed references
Line 271:
<!-- <ref name=Buck1997>{{harvnb|Buck|1997}}</ref> -->
<ref name=Dewhurst2003>{{harvnb|Dewhurst|2003|pp=173–176}}</ref>
<ref name=Lischner2003>{{harvnb|Lischner|2003|pp=72–73,128–129,310, 623–625}}</ref>
<ref name=Lippman1997>{{harvnb|Lippman|1997|pp=386–389}}</ref>
<ref name=Loudon2003>{{harvnb|Loudon|2003|pp=109–110}}</ref>
Line 280:
<ref name=Stroustrup1991>{{harvnb|Stroustrup|1991|pp=}}{{Page needed|date=November 2010}}</ref>
<ref name=Stroustrup1994>{{harvnb|Stroustrup|1994|pp=214}}</ref>
<ref name=Stroustrup1997b>{{harvnb|Stroustrup|1997|pp=255–256, 576}}</ref>
<ref name=Vermeir2001>{{harvnb|Vermeir|2001|pp=113–115}}</ref>
<ref name=Yongwei2007>{{harvnb|Yongwei|2007}}</ref>
Line 287:
== 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=0-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=0-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=978-0-321-12518-7}}
*{{cite book|ref=harv|title=C++ in a Nutshell|first=Ray|last=Lischner|publisher=O'Reilly|year=2003|isbn=0-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=0-13-570581-9|isbn13=9780135705810}}
*{{cite book|ref=harv|title=C++ Pocket Reference|first=Kyle|last=Loudon|publisher=O'Reilly|year=2003 |isbn=0-596-00496-6|isbn13=9780596004965}}
*{{cite web|ref=CITEREFMcCluskey2000|url=http://glenmccl.com/nd_cmp.htm|title=Placement New/Delete|publisher=Glen McCluskey &amp; 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=1-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=0-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-0-201-53992-9|date=July 1991}}
*{{cite book|ref=harv|last=Stroustrup|first=Bjarne|authorlink=Bjarne Stroustrup|title=Design and Evolution of C++|publisher=[[Addison-Wesley]]|isbn=978-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=978-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=1-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}}