Placement syntax: Difference between revisions

Content deleted Content added
grammar
KurtRaschke (talk | contribs)
Line 1:
<!-- Please do not remove or change this AfD message until the issue is settled -->
{{AfDM
|page=Placement syntax|logdate=2008 November 26|substed=yes
}}
<!-- For administrator use only: {{oldafdfull|page=Placement syntax|date=26 November 2008|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
In the [[C++]] [[programming language]], '''placement syntax''' allows programmers to explicitly specify the [[memory management]] of individual objects &mdash; i.e. their "placement" in [[memory (computing)|memory]]. The "placement" versions of the <code>new</code> and <code>delete</code> operators and functions are known as '''placement <code>new</code>''' and '''placement <code>delete</code>'''.<ref name=McCluskey1>{{cite web|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]]}}</ref>